Skip to content

Commit 4565db2

Browse files
committed
chore(storage): format code
1 parent abc86fa commit 4565db2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/core/storage-js/test/storageBucketApi.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,7 @@ describe('Bucket API Error Handling', () => {
6060
'http://localhost:1234/storage/v1',
6161
'support local host with port without modification',
6262
],
63-
[
64-
'http://localhost:1234',
65-
'http://localhost:1234',
66-
'support local host only with port',
67-
],
63+
['http://localhost:1234', 'http://localhost:1234', 'support local host only with port'],
6864
]
6965

7066
urlTestCases.forEach(([inputUrl, expectUrl, description]) => {

0 commit comments

Comments
 (0)