formatting
All checks were successful
Actions / Build Plugins (pull_request) Successful in 38s

This commit is contained in:
cswimr 2024-12-23 19:26:53 -05:00
parent a82a971999
commit 3b59447602
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -29,7 +29,4 @@ const json = css
};
});
fs.writeFileSync(
path.join(__dirname, "./classes.json"),
JSON.stringify(json),
);
fs.writeFileSync(path.join(__dirname, "./classes.json"), JSON.stringify(json));