Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 6, 2024
1 parent 37f6b5e commit 2feb845
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 182 deletions.
8 changes: 1 addition & 7 deletions sia/src/common.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
use crate::encoding::{
SiaDecodable,
SiaDecode,
SiaEncodable,
SiaEncode,
V1SiaDecodable,
V1SiaDecode,
V1SiaEncodable,
SiaDecodable, SiaDecode, SiaEncodable, SiaEncode, V1SiaDecodable, V1SiaDecode, V1SiaEncodable,
V1SiaEncode,
};
use blake2b_simd::Params;
Expand Down
8 changes: 1 addition & 7 deletions sia/src/specifier.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
use crate::encoding::{
SiaDecodable,
SiaDecode,
SiaEncodable,
SiaEncode,
V1SiaDecodable,
V1SiaDecode,
V1SiaEncodable,
SiaDecodable, SiaDecode, SiaEncodable, SiaEncode, V1SiaDecodable, V1SiaDecode, V1SiaEncodable,
V1SiaEncode,
};
use core::{fmt, str};
Expand Down
Loading

0 comments on commit 2feb845

Please sign in to comment.