Skip to content

Commit 379835e

Browse files
authored
Remove extra semicolon
1 parent 53eb405 commit 379835e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/php72/storage/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
require_once __DIR__ . '/vendor/autoload.php';
2323

24-
$bucketName = getenv('GOOGLE_STORAGE_BUCKET');;
24+
$bucketName = getenv('GOOGLE_STORAGE_BUCKET');
2525
$projectId = getenv('GOOGLE_CLOUD_PROJECT');
2626
$defaultBucketName = sprintf('%s.appspot.com', $projectId);
2727

0 commit comments

Comments
 (0)