Skip to content

Commit aa8ea0a

Browse files
authored
Code style improvement
1 parent ad8fe70 commit aa8ea0a

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
@@ -213,7 +213,7 @@ export function FlightLogAnalyser(flightLog, canvas, analyserCanvas) {
213213
that.plotSpectrum(
214214
dataBuffer.fieldIndex,
215215
dataBuffer.curve,
216-
dataBuffer.fieldName
216+
dataBuffer.fieldName,
217217
);
218218
}
219219

0 commit comments

Comments
 (0)