Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Jan 23, 2025
1 parent 9299796 commit a155a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sway-lib-std/src/crypto/message.sw
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library;
use ::b512::B512;
use ::bytes::Bytes;
use ::alloc::alloc_bytes;
use ::convert::{From, TryInto, TryFrom};
use ::convert::{From, TryFrom, TryInto};
use ::option::Option::{self, *};
use ::hash::*;

Expand Down
2 changes: 1 addition & 1 deletion sway-lib-std/src/crypto/public_key.sw
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use ::b512::B512;
use ::bytes::Bytes;
use ::alloc::alloc_bytes;
use ::constants::ZERO_B256;
use ::convert::{From, TryInto, TryFrom};
use ::convert::{From, TryFrom, TryInto};
use ::option::Option::{self, *};
use ::hash::*;

Expand Down

0 comments on commit a155a65

Please sign in to comment.