Prettified Code!

This commit is contained in:
zero01101 2023-01-16 23:08:23 +00:00 committed by GitHub Action
parent ab0a53e6be
commit 47a028b495

View file

@ -73,7 +73,7 @@ const uiCtx = uiCanvas.getContext("2d", {desynchronized: true});
expandSize = parseInt(expandSize, 10);
const askSize = (e) => {
if (e.ctrlKey ) return expandSize;
if (e.ctrlKey) return expandSize;
const by = prompt("How much do you want to expand by?", expandSize);
if (!by) return null;