Skip to content

Commit 693d9a3

Browse files
cfsmp3claude
andcommitted
style: apply rustfmt 1.94 formatting to teletext.rs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e7a368e commit 693d9a3

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

src/rust/lib_ccxr/src/teletext.rs

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,16 +1004,8 @@ impl<'a> TeletextContext<'a> {
10041004
let mut line_count: u8 = 0;
10051005
let mut time_reported = false;
10061006
// Negative timestamps occur with wrap-around/uninitialized PTS in broadcast captures
1007-
let timecode_show = self
1008-
.page_buffer
1009-
.show_timestamp
1010-
.to_srt_time()
1011-
.ok()?;
1012-
let timecode_hide = self
1013-
.page_buffer
1014-
.hide_timestamp
1015-
.to_srt_time()
1016-
.ok()?;
1007+
let timecode_show = self.page_buffer.show_timestamp.to_srt_time().ok()?;
1008+
let timecode_hide = self.page_buffer.hide_timestamp.to_srt_time().ok()?;
10171009

10181010
// process data
10191011
for row in 1..25 {

0 commit comments

Comments
 (0)