Skip to content

Commit ca66e33

Browse files
committed
style: minor code comment fix
1 parent dc324f9 commit ca66e33

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
@@ -193,7 +193,8 @@ impl Source for SymphoniaDecoder {
193193
));
194194
}
195195

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

0 commit comments

Comments
 (0)