fix: format

This commit is contained in:
Michael Bleigh
2026-05-11 15:16:09 -07:00
parent aa8eca7bfe
commit b6cac32a71
+5 -2
View File
@@ -1180,9 +1180,12 @@ Logging in with Google... Restarting Gemini CLI to continue.
[config, getPreferredEditor],
);
useEffect(() => () => {
useEffect(
() => () => {
streamAgent?.dispose?.();
}, [streamAgent]);
},
[streamAgent],
);
const activeStream = streamAgent
? // eslint-disable-next-line react-hooks/rules-of-hooks