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 Jan 14, 2024
1 parent 8788556 commit b3113d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/fuels-core/src/codec/abi_encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pub struct EncoderConfig {
pub max_memory_size: usize,
}

// ANCHOR: default_encoder_config
impl Default for EncoderConfig {
fn default() -> Self {
Self {
Expand All @@ -43,7 +42,6 @@ impl Default for EncoderConfig {
}
}
}
// ANCHOR_END: default_encoder_config

#[derive(Default)]
pub struct ABIEncoder {
Expand Down

0 comments on commit b3113d4

Please sign in to comment.