Skip to content

Commit d8abb66

Browse files
fix linting errors
1 parent 841186b commit d8abb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

secret-manager/createSecret.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function main(
2828
// const ttl = '900s' // Optional: Specify TTL in seconds (e.g., '900s' for 15 minutes).
2929

3030
// Imports the Secret Manager library
31-
const { SecretManagerServiceClient } = require('@google-cloud/secret-manager');
31+
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager');
3232

3333
// Instantiates a client
3434
const client = new SecretManagerServiceClient();
@@ -59,4 +59,4 @@ async function main(
5959
}
6060

6161
const args = process.argv.slice(2);
62-
main(...args).catch(console.error);
62+
main(...args).catch(console.error);

0 commit comments

Comments
 (0)