Skip to content

Commit

Permalink
scarb fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentash committed Oct 25, 2023
1 parent 890a5e0 commit 2860336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/utils/src/rlp.cairo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use array::{Array, ArrayTrait, Span, SpanTrait};
use clone::Clone;
use utils::errors::{RLPError, RLP_EMPTY_INPUT, RLP_INPUT_TOO_SHORT};
use utils::helpers::{U32Trait, ByteArrayExTrait, ArrayExtension};

use debug::PrintTrait;
use utils::errors::{RLPError, RLP_EMPTY_INPUT, RLP_INPUT_TOO_SHORT};
use utils::helpers::{U32Trait, ByteArrayExTrait, ArrayExtension};

// All possible RLP tpypes
#[derive(Drop, PartialEq)]
Expand Down

0 comments on commit 2860336

Please sign in to comment.