Skip to content

Commit 2595258

Browse files
demvladhaslinghuis
andauthored
Code style improvement
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 82125da commit 2595258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_imported_curves.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function ImportedCurves(curvesChanged) {
1212
};
1313

1414
this.importCurvesFromCSV = function(files) {
15-
let importsLeft = maxImportCount - this._curvesData.length;
15+
const importsLeft = maxImportCount - this._curvesData.length;
1616

1717
for (const file of files) {
1818
if (importsLeft-- == 0) {

0 commit comments

Comments
 (0)