Skip to content

Commit 011b977

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/graph_spectrum_plot.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -381,16 +381,16 @@ GraphSpectrumPlot._drawPowerSpectralDensityGraph = function (canvasCtx) {
381381
);
382382
const offset = 1;
383383
this._drawInterestFrequency(
384-
canvasCtx,
385-
this._fftData.maxNoiseIdx,
386-
PLOTTED_BLACKBOX_RATE,
387-
"Max noise",
388-
WIDTH,
389-
HEIGHT,
390-
15 * offset + MARGIN,
391-
"rgba(255,0,0,0.50)",
392-
3,
393-
);
384+
canvasCtx,
385+
this._fftData.maxNoiseIdx,
386+
PLOTTED_BLACKBOX_RATE,
387+
"Max noise",
388+
WIDTH,
389+
HEIGHT,
390+
15 * offset + MARGIN,
391+
"rgba(255,0,0,0.50)",
392+
3,
393+
);
394394

395395
canvasCtx.restore();
396396
};

0 commit comments

Comments
 (0)