Skip to content

Commit 30b62b1

Browse files
demvladhaslinghuis
andauthored
Removed needless spaces
Co-authored-by: Mark Haslinghuis <[email protected]>
1 parent 871a012 commit 30b62b1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/graph_spectrum_plot.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,11 +1523,11 @@ GraphSpectrumPlot._drawMousePosition = function (
15231523
if (this._spectrumType === SPECTRUM_TYPE.POWER_SPECTRAL_DENSITY) {
15241524
const psdLabel = Math.round(this.getPSDbyFreq(mouseFrequency)).toString() + "dBm/Hz";
15251525
this._drawAxisLabel(
1526-
canvasCtx,
1527-
psdLabel,
1528-
mouseX - 30,
1529-
mouseY - 4,
1530-
"left",
1526+
canvasCtx,
1527+
psdLabel,
1528+
mouseX - 30,
1529+
mouseY - 4,
1530+
"left",
15311531
);
15321532
}
15331533

0 commit comments

Comments
 (0)