Skip to content

Commit bc4ab19

Browse files
Removed space
1 parent 5eb8760 commit bc4ab19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Waveform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function getWaveformData($width, $positivePhaseOnly = false)
202202
$lines1 []= max($channel1);
203203
if ($needChannels === 2) {
204204
if (!$positivePhaseOnly) {
205-
$lines2 [] = min($channel2);
205+
$lines2 []= min($channel2);
206206
}
207207
$lines2 []= max($channel2);
208208
}

0 commit comments

Comments
 (0)