Skip to content

Commit eb7377b

Browse files
committed
build: fix checkstyle errors
Signed-off-by: Phil Adams <phil_adams@us.ibm.com>
1 parent 1f2cc7d commit eb7377b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/examples/src/main/java/com/ibm/cloud/platform_services/iam_identity/v1/IamIdentityExamples.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public static void main(String[] args) throws Exception {
111111
iamIdMember = config.get("IAM_ID_MEMBER");
112112
enterpriseAccountId = config.get("ENTERPRISE_ACCOUNT_ID");
113113
enterpriseSubAccountId = config.get("ENTERPRISE_SUBACCOUNT_ID");
114-
trustedProfileForPreferences = "iam-"+ config.get("PROFILEID1");
114+
trustedProfileForPreferences = "iam-" + config.get("PROFILEID1");
115115

116116
try {
117117
System.out.println("createApiKey() result:");
@@ -1981,7 +1981,7 @@ public static void main(String[] args) throws Exception {
19811981
} catch (ServiceResponseException e) {
19821982
logger.error(String.format("Service returned status code %s: %s\nError details: %s",
19831983
e.getStatusCode(), e.getMessage(), e.getDebuggingInfo()), e);
1984-
}
1984+
}
19851985

19861986
try {
19871987
System.out.println("deletePreferencesOnScopeAccount() result:");
@@ -1997,7 +1997,6 @@ public static void main(String[] args) throws Exception {
19971997

19981998
identityservice.deletePreferencesOnScopeAccount(deletePreferenceOption).execute();
19991999

2000-
20012000
// end-delete_preference_on_scope_account
20022001

20032002
} catch (ServiceResponseException e) {

0 commit comments

Comments
 (0)