Skip to content

Commit c00c55d

Browse files
committed
fix fmt
1 parent 858a3fb commit c00c55d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/authentication/src/main/java/cloud/stackit/sdk/authentication/examples/AuthenticationExample.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ final class AuthenticationExample {
1717

1818
private AuthenticationExample() {}
1919

20-
@SuppressWarnings({"PMD.CyclomaticComplexity", "PMD.SystemPrintln", "PMD.AvoidThrowingRawExceptionTypes"})
20+
@SuppressWarnings({
21+
"PMD.CyclomaticComplexity",
22+
"PMD.SystemPrintln",
23+
"PMD.AvoidThrowingRawExceptionTypes"
24+
})
2125
public static void main(String[] args) throws IOException {
2226
/* OPTION 1: setting the paths to service account key (and private key) as configuration */
2327
try {

0 commit comments

Comments
 (0)