Skip to content

Commit

Permalink
types/range_code: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Aug 16, 2024
1 parent caac210 commit 8ba76a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/range_code.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::types::{range_table, RangeTable};
use binrw::{BinRead, BinWrite};
use num_derive::{FromPrimitive, ToPrimitive};
use std::fmt::{Display, Formatter};
use crate::types::{range_table, RangeTable};

#[derive(
Debug,
Expand Down

0 comments on commit 8ba76a7

Please sign in to comment.