Skip to content

Commit a548319

Browse files
committed
🐜 remove an empty line
1 parent 2c604b2 commit a548319

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/useLocalStorageState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ function useLocalStorage<T>(
150150
},
151151
[key, stringify],
152152
)
153-
154153
const removeItem = useCallback(() => {
155154
goodTry(() => localStorage.removeItem(key))
156155

0 commit comments

Comments
 (0)