Skip to content

Commit

Permalink
fix bad line break
Browse files Browse the repository at this point in the history
  • Loading branch information
samselikoff committed Mar 14, 2015
1 parent 1742538 commit e2ce64b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions addon/utils/read-factories.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ export default function(prefix) {
factoryMap[key] = data;
});

return (Ember.keys(factoryMap).length !== 0)
? factoryMap
: null;
return (Ember.keys(factoryMap).length !== 0) ? factoryMap : null;
}

0 comments on commit e2ce64b

Please sign in to comment.