Skip to content

Commit 7cd1807

Browse files
committed
Fixed Static Test Failure
1 parent 9d5d151 commit 7cd1807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/view/utils/dom-observer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ define([
286286

287287
if (shouldObserveMutations(mutations)) {
288288
let node;
289-
289+
290290
changes = formChangesLists(mutations);
291291

292292
for (node of changes.removed) {

0 commit comments

Comments
 (0)