Skip to content

Commit a8a8b04

Browse files
committed
style: minor code comment fix
1 parent 697c8ce commit a8a8b04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/decoder/symphonia.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ impl Source for SymphoniaDecoder {
195195
));
196196
}
197197

198-
// Seeking should be "saturating", meaning: target positions beyond the end of the stream // are clamped to the end.
198+
// Seeking should be "saturating", meaning: target positions beyond the end of the stream
199+
// are clamped to the end.
199200
let mut target = pos;
200201
if let Some(total_duration) = self.total_duration {
201202
if target > total_duration {

0 commit comments

Comments
 (0)