mirror of https://github.com/astral-sh/ruff
fix; lint
This commit is contained in:
parent
4dcde682d2
commit
a46b568746
|
|
@ -52,7 +52,7 @@ export default function Playground() {
|
|||
const serialized = serializeFiles(files);
|
||||
|
||||
if (serialized != null) {
|
||||
await persist(serialized)
|
||||
await persist(serialized);
|
||||
}
|
||||
}, [files]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue