Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit f0cfa9f

Browse files
committed
fix formatting
1 parent 659d285 commit f0cfa9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const ErrorBarsPlugin = {
128128
*/
129129
_drawErrorBar(ctx, model, plus, minus, color, width, lineWidth, horizontal) {
130130
ctx.save();
131-
ctx.lineWidth=lineWidth;
131+
ctx.lineWidth = lineWidth;
132132
ctx.strokeStyle = color;
133133
ctx.beginPath();
134134
if (horizontal) {

0 commit comments

Comments
 (0)