Skip to content

Commit

Permalink
style(glimmer-wrapper): remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Feb 15, 2019
1 parent 834a563 commit c607a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-trees/addon/resolvers/glimmer-wrapper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function cleanupEmberSpecifier(specifier, source, _namespace) {
return [specifier, source];
}

const normalize = !DEBUG ? null : function (specifier) {
const normalize = !DEBUG ? null : function(specifier) {
// This method is called by `Registry#validateInjections` in dev mode.
// https://github.com/ember-cli/ember-resolver/issues/299
const [type, name] = specifier.split(':', 2);
Expand Down

0 comments on commit c607a8a

Please sign in to comment.