Skip to content

Commit ce6037c

Browse files
committed
chore(secretmanager): fix linting issue
1 parent 51a297c commit ce6037c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

secret-manager/regional_samples/updateRegionalSecretWithDelayedDestroy.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
1414

1515
'use strict';
1616

17-
async function main(
18-
projectId, locationId, secretId, updatedTimeToLive
19-
) {
17+
async function main(projectId, locationId, secretId, updatedTimeToLive) {
2018
// [START secretmanager_update_regional_secret_with_delayed_destroy]
2119
/**
2220
* TODO(developer): Uncomment these variables before running the sample.

0 commit comments

Comments
 (0)