Skip to content

Commit

Permalink
Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed May 17, 2024
1 parent 8649b71 commit f182eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ protected virtual string Export(bool gainOnly) {
BiquadFilter[] bands = channelRef.filters;
if (gainOnly) {
for (int j = 0; j < bands.Length; j++) {
result.AppendLine($"{bands[j].CenterFreq.ToString("0",Culture)} Hz:\t{bands[j].Gain.ToString("0.00", Culture)} dB");
result.AppendLine($"{bands[j].CenterFreq.ToString("0", Culture)} Hz:\t{bands[j].Gain.ToString("0.00", Culture)} dB");
}
} else {
for (int j = 0; j < bands.Length;) {
Expand Down

0 comments on commit f182eed

Please sign in to comment.