Skip to content

Commit ce7dde7

Browse files
Fixed code style following styleCI
1 parent 41d883a commit ce7dde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ protected function getEnvironmentSetUp($app)
2626
'driver' => 'viettel',
2727
'key' => 'test',
2828
'secret' => 'test',
29-
'bucket' => 'test'
29+
'bucket' => 'test',
3030
],
31-
]
31+
],
3232
]);
3333
}
3434

0 commit comments

Comments
 (0)