Skip to content

Commit 18a26ba

Browse files
committed
Fixed js source spacing
1 parent e67b6b0 commit 18a26ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/line.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function(Chart) {
4747
model.y1 = chartArea.top;
4848
model.y2 = chartArea.bottom;
4949
model.x1 = pixel;
50-
model.x2 = endPixel;
50+
model.x2 = endPixel;
5151
}
5252
}
5353

0 commit comments

Comments
 (0)