Skip to content

Commit c30be85

Browse files
authored
remove trailing whitespace
1 parent 71bc7e2 commit c30be85

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
@@ -47,7 +47,7 @@ export default Ember.Component.extend({
4747
// the line altogether.
4848
if (!on[k] && value === 0) {
4949
data[i][k + 1] = null;
50-
}
50+
}
5151
// If we are off and the value is not zero, we
5252
// need to turn back on. (keep the value the same though)
5353
else if (!on[k] && value !== 0) {

0 commit comments

Comments
 (0)