Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SwayStar123 committed Dec 4, 2023
1 parent 789b449 commit c015568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/src_6/single_token_vault/src/main.sw
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ use std::{
Hash,
sha256,
},
string::String,
storage::{
storage_map::*,
storage_string::*,
},
string::String,
token::{
transfer,
},
Expand Down Expand Up @@ -150,7 +150,6 @@ impl SRC6 for Contract {
None
}
}

}

#[storage(read)]
Expand Down

0 comments on commit c015568

Please sign in to comment.