Skip to content

Commit

Permalink
chore: remove one whitespace from "Client ID" (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuMontesano authored Dec 16, 2024
1 parent e9cd82b commit 34f6024
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
public class CloudWatchConnectorImpl implements CloudWatchConnector {

private final String tagIDP = "IDP";
private final String tagClientId = "Client ID";
private final String tagClientId = "Client ID";
private final String tagClient = "Client";
private final String tagAggregated = "Aggregated";
private final String tagError = "Error";
private final String tagSuccess = "Success";


@Inject
CloudWatchAsyncClient cloudWatchAsyncClient;
@Inject
Expand Down

0 comments on commit 34f6024

Please sign in to comment.