Skip to content

Commit b211436

Browse files
author
Steven Orvell
committed
rename test file.
1 parent 079ac3b commit b211436

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/utils/flattened-nodes-observer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export let FlattenedNodesObserver = class {
8080
* @nocollapse See https://github.com/google/closure-compiler/issues/2763
8181
*/
8282
// eslint-disable-next-line
83-
static getFlattenedNodes(node, wrapper = (n) => n) {
83+
static getFlattenedNodes(node, wrapper = n => n) {
8484
const wrapped = wrapper(node);
8585
if (isSlot(node)) {
8686
node = /** @type {!HTMLSlotElement} */(node); // eslint-disable-line no-self-assign

0 commit comments

Comments
 (0)