We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2e14c commit ee798daCopy full SHA for ee798da
app/components/download-graph.js
@@ -32,7 +32,7 @@ export default Ember.Component.extend({
32
//
33
// End before the last element is reached because we never
34
// want to change the last element.
35
- for (let i = 1; i < data.length - 1 ; i++) {
+ for (let i = 1; i < data.length - 1; i++) {
36
// k + 1 because the first entry in the array is the date
37
let value = data[i][k];
38
0 commit comments