Skip to content

Commit 31d9c10

Browse files
committed
Fix indentation
1 parent d8237e8 commit 31d9c10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

secretmanager/test/secretmanagerTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ public function testAccessSecretVersion()
113113
$name = self::$client->parseName(self::$testSecretVersion->getName());
114114

115115
$output = $this->runSnippet('access_secret_version', [
116-
$name['project'],
117-
$name['secret'],
118-
$name['secret_version'],
116+
$name['project'],
117+
$name['secret'],
118+
$name['secret_version'],
119119
]);
120120

121121
$this->assertContains('my super secret data', $output);

0 commit comments

Comments
 (0)