Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ielashi committed Aug 30, 2023
1 parent c70550e commit 68e5b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use core::ops::{Add, AddAssign, Div, Mul, Sub, SubAssign, Rem};
use core::ops::{Add, AddAssign, Div, Mul, Rem, Sub, SubAssign};

pub const NULL: Address = Address(0);

Expand Down

0 comments on commit 68e5b70

Please sign in to comment.