Skip to content

Commit afb28c7

Browse files
committed
Fixed a newline in useDownloadURL.ts
1 parent a2cca78 commit afb28c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/useDownloadURL.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default (storageRef?: storage.Reference | null): DownloadURLHook => {
2727
},
2828
[ref.current]
2929
);
30-
30+
3131
return {
3232
error,
3333
loading,

0 commit comments

Comments
 (0)