fix: whitespace

This commit is contained in:
karishmas6
2024-08-27 22:58:47 +05:30
parent 67610f75f3
commit 15184f286a

View File

@@ -39,7 +39,6 @@ const rows = [
createData('Gingerbread', 356, 16.0, 49, 3.9), createData('Gingerbread', 356, 16.0, 49, 3.9),
]; ];
export const InterpretationLog = () => { export const InterpretationLog = () => {
const [open, setOpen] = useState<boolean>(false); const [open, setOpen] = useState<boolean>(false);
const [log, setLog] = useState<string>(''); const [log, setLog] = useState<string>('');