style: format all files

This commit is contained in:
nachtjasmin 2022-10-01 14:44:35 +02:00 committed by Jasmin
parent fb5765dd42
commit cdcca4a444

View file

@ -15,4 +15,4 @@ export const setupResetButton = () => {
btn?.addEventListener("click", () => {
window.location.reload();
});
};
};