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

Commit 439892b

Browse files
committed
fix linting
1 parent e770719 commit 439892b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/violin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const controller = Object.assign({}, base, {
4040
const inc = range / points;
4141
for (let v = violin.min; v <= violin.max; v += inc) {
4242
samples.push(v);
43-
};
43+
}
4444
if (samples[samples.length - 1] !== violin.max) {
4545
samples.push(violin.max);
4646
}

0 commit comments

Comments
 (0)