Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Apr 15, 2018
1 parent 7b4ba83 commit 3bd3a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ember-metal/lib/namespace_search.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ function calculateToString(target) {
} while (str === void 0);
}
return str || '(unknown)';
}
}
2 changes: 1 addition & 1 deletion packages/ember-metal/tests/namespace_search_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ moduleFor(
);
}
}
);
);

0 comments on commit 3bd3a73

Please sign in to comment.