Skip to content

Commit fe3c07b

Browse files
committed
formatter
1 parent 9873ef6 commit fe3c07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/resourcemanager/src/main/java/cloud/stackit/sdk/resourcemanager/examples/ResourcemanagerExample.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
import cloud.stackit.sdk.resourcemanager.model.CreateProjectPayload;
77
import cloud.stackit.sdk.resourcemanager.model.FolderResponse;
88
import cloud.stackit.sdk.resourcemanager.model.Project;
9-
109
import java.io.IOException;
1110
import java.util.Map;
1211
import java.util.UUID;
1312

1413
class ResourcemanagerExample {
1514
public static void main(String[] args) throws IOException {
16-
// Credentials are read from the credentialsFile in `~/.stackit/credentials.json` or the env STACKIT_SERVICE_ACCOUNT_KEY_PATH / STACKIT_SERVICE_ACCOUNT_KEY
15+
// Credentials are read from the credentialsFile in `~/.stackit/credentials.json` or the env
16+
// STACKIT_SERVICE_ACCOUNT_KEY_PATH / STACKIT_SERVICE_ACCOUNT_KEY
1717
DefaultApi resourceManagerApi = new DefaultApi();
1818

1919
// replace this with something useful for real use

0 commit comments

Comments
 (0)