Skip to content

Commit ee798da

Browse files
authored
fix whitespace
1 parent 9b2e14c commit ee798da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/download-graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default Ember.Component.extend({
3232
//
3333
// End before the last element is reached because we never
3434
// want to change the last element.
35-
for (let i = 1; i < data.length - 1 ; i++) {
35+
for (let i = 1; i < data.length - 1; i++) {
3636
// k + 1 because the first entry in the array is the date
3737
let value = data[i][k];
3838

0 commit comments

Comments
 (0)