Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd committed Feb 28, 2024
1 parent f7ee917 commit c44fff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nal/sei/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pub mod pic_timing;
pub mod user_data_registered_itu_t_t35;

use crate::rbsp::BitReaderError;
use hex_slice::AsHex;
use std::convert::TryFrom;
use std::fmt::{Debug, Formatter};
use std::io::BufRead;
use hex_slice::AsHex;

#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum HeaderType {
Expand Down

0 comments on commit c44fff7

Please sign in to comment.