Skip to content

Commit c83e1ac

Browse files
committed
Fix(RecipeWaiter): eslint format error
1 parent 857576d commit c83e1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/waiters/RecipeWaiter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import HTMLOperation from "../HTMLOperation.mjs";
88
import Sortable from "sortablejs";
99
import Utils from "../../core/Utils.mjs";
1010
import {escapeControlChars} from "../utils/editorUtils.mjs";
11-
import DOMPurify from 'dompurify';
11+
import DOMPurify from "dompurify";
1212

1313

1414
/**

0 commit comments

Comments
 (0)