Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ammojamo committed Mar 29, 2016
1 parent 3265b26 commit 1a67758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/spec-core.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ describe('Chartist core', function() {

function makeValues(arr) {
return arr.map(function(x) {
return { value: x }
return { value: x };
});
}

Expand Down

0 comments on commit 1a67758

Please sign in to comment.