Skip to content

Commit

Permalink
style: appease clippy and all formatting gods
Browse files Browse the repository at this point in the history
  • Loading branch information
iqdecay committed Jul 21, 2023
1 parent 892c887 commit 831336d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuels-core/src/codec/abi_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ mod tests {
fn encoding_std_string() -> Result<()> {
// arrange
let string = String::from("This ");
let token = Token::StdString(string.clone());
let token = Token::StdString(string);
let offset = 40;

// act
Expand Down

0 comments on commit 831336d

Please sign in to comment.