Skip to content

Commit 07f44b6

Browse files
committed
Fixed formatting
1 parent a32ea8b commit 07f44b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage-compat/src/service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class StorageServiceCompat
9292
port: number,
9393
options: {
9494
mockUserToken?: EmulatorMockTokenOptions | string;
95-
ssl?: boolean
95+
ssl?: boolean;
9696
} = {}
9797
): void {
9898
connectStorageEmulator(this._delegate, host, port, options);

0 commit comments

Comments
 (0)