Skip to content

Commit 28838ed

Browse files
committed
fix: remove stray brace from conflict resolution in App.tsx
1 parent 8451d59 commit 28838ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ui/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export function App({ projectRoot, version = "", onRestart }: AppProps): React.R
114114
const available = MAX_STDOUT_BUFFER - current.length;
115115
buf.set(pid, current + text.slice(0, available));
116116
},
117-
},
118117
});
119118
}, [projectRoot]);
120119

0 commit comments

Comments
 (0)