Skip to content

Commit 72af147

Browse files
committed
paint-gradient-editor: prettier format
1 parent e28ea1c commit 72af147

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

addons/paint-gradient-editor/userscript.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,10 @@ export default async function ({ addon, msg, console }) {
362362
const startNewItemPatcher = () => {
363363
newItemPatcherActive = true;
364364
const loop = () => {
365-
if (addon.self.disabled) { newItemPatcherActive = false; return; }
365+
if (addon.self.disabled) {
366+
newItemPatcherActive = false;
367+
return;
368+
}
366369
patchLayerItems();
367370
requestAnimationFrame(loop);
368371
};

0 commit comments

Comments
 (0)