Skip to content

Commit 0baeffc

Browse files
committedOct 20, 2020
Fix eslint errors
1 parent a97ea0a commit 0baeffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎addon-test-support/@ember/test-helpers/dom/fire-event.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ function buildFileEvent(
282282
// For a non-empty value the original setter must raise an exception.
283283
Object.defineProperty(element, 'files', {
284284
configurable: true,
285-
value: []
285+
value: [],
286286
});
287-
}
287+
},
288288
});
289289
}
290290

0 commit comments

Comments
 (0)
Please sign in to comment.