Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jul 28, 2022
1 parent ee9e176 commit a4f820a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions huff_codegen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ use huff_utils::{
artifact::*,
ast::*,
bytecode::*,
bytes_util,
error::CodegenError,
evm::Opcode,
prelude::{
format_even_bytes, pad_n_bytes, CodegenErrorKind, FileSource, Span,
},
bytes_util,
prelude::{format_even_bytes, pad_n_bytes, CodegenErrorKind, FileSource, Span},
types::EToken,
};
use std::{collections::HashMap, fs, path::Path, sync::Arc};
Expand Down

0 comments on commit a4f820a

Please sign in to comment.