Skip to content

Commit ef32005

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph_spectrum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function FlightLogAnalyser(flightLog, canvas, analyserCanvas) {
210210
that.plotSpectrum(
211211
that.dataBuffer.fieldIndex,
212212
that.dataBuffer.curve,
213-
that.dataBuffer.fieldName
213+
that.dataBuffer.fieldName,
214214
);
215215
}
216216

0 commit comments

Comments
 (0)