Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
voytas committed Oct 16, 2024
1 parent fff6277 commit 13aef92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Beep.Tests/Pcm/PcmDataReaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public void Float32BitLittleEndian_ShouldReturnFrames()
Data = new byte[] { 0, 0, 0, 63 }
};


var buffer = new float[10];
var count = reader.ReadFrames(buffer, buffer.Length);

Expand Down

0 comments on commit 13aef92

Please sign in to comment.