Skip to content

Commit

Permalink
Remove trailing comma to appease jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmiyashiro committed Nov 25, 2015
1 parent c0127b1 commit 4deddc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/flash-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const {
run,
on,
get,
set,
set
} = Ember;
const {
readOnly,
Expand Down

0 comments on commit 4deddc7

Please sign in to comment.