Skip to content

Commit

Permalink
rename test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Nov 1, 2018
1 parent 079ac3b commit b211436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/flattened-nodes-observer.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export let FlattenedNodesObserver = class {
* @nocollapse See https://github.com/google/closure-compiler/issues/2763
*/
// eslint-disable-next-line
static getFlattenedNodes(node, wrapper = (n) => n) {
static getFlattenedNodes(node, wrapper = n => n) {
const wrapped = wrapper(node);
if (isSlot(node)) {
node = /** @type {!HTMLSlotElement} */(node); // eslint-disable-line no-self-assign
Expand Down
File renamed without changes.

0 comments on commit b211436

Please sign in to comment.