Skip to content

Commit 3864cb2

Browse files
author
Frank Natividad
committed
Fix lint
1 parent 11ed587 commit 3864cb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

storage/test/HmacCommandTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ public function testHmacKeyGet()
104104
$this->assertContains("HMAC key Metadata:", $this->getActualOutput());
105105
}
106106

107-
public function testHmacKeyDeactivate() {
108-
$this->commandTesterManage->execute(
107+
public function testHmacKeyDeactivate()
108+
{
109+
$this->commandTesterManage->execute(
109110
[
110111
'projectId' => self::$projectId,
111112
'accessId' => $this->accessId,

0 commit comments

Comments
 (0)