Skip to content

Commit ce26d8b

Browse files
Update secretmanager/src/main/java/secretmanager/regionalsamples/CreateRegionalSecretWithTags.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 394a13d commit ce26d8b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

secretmanager/src/main/java/secretmanager/regionalsamples/CreateRegionalSecretWithTags.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ public static Secret createRegionalSecretWithTags(
6565

6666
// Build the secret to create with tags.
6767
Secret secret =
68-
Secret.newBuilder()
69-
.putTags(tagKey, tagValue)
70-
.build();
68+
Secret.newBuilder()
69+
.putTags(tagKey, tagValue)
70+
.build();
7171

7272
// Create the secret.
7373
Secret createdSecret = client.createSecret(location.toString(), secretId, secret);

0 commit comments

Comments
 (0)