Skip to content

Commit 4be7d75

Browse files
authored
undo: extra newline
1 parent c27ead5 commit 4be7d75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/context/socket.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const Socket = ({ App, client }) => {
3535
useEffect(() => {
3636
(async () => {
3737
for await (const { resource, problem } of client.start()) {
38-
3938
handleEvent({ resource, problem });
4039
}
4140
})();

0 commit comments

Comments
 (0)