Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hill committed Jan 14, 2025
1 parent 0eac376 commit cbc5e85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public OpenSearchServerlessClient ossManagementClientProvider() {

@Provides
public BedrockAgentClient bedrockAgentClientProvider() {
return BedrockAgentClient.builder().region(Region.US_EAST_1).build();;
return BedrockAgentClient.builder().region(Region.US_EAST_1).build();
}

@Provides
Expand Down

0 comments on commit cbc5e85

Please sign in to comment.