Skip to content

Commit 8b01905

Browse files
author
Frank Natividad
committed
fix lint issue
1 parent f45424f commit 8b01905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/test/HmacCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function setUp()
5050
$hmacKeyCreated = $this->storage->createHmacKey($this->hmacServiceAccount, ['projectId' => self::$projectId]);
5151
$this->accessId = $hmacKeyCreated->hmacKey()->accessId();
5252
$this->setOutputCallback(function () {
53-
// disable output
53+
// disable output
5454
});
5555
}
5656

0 commit comments

Comments
 (0)