Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Nov 27, 2024
1 parent a865d10 commit c278a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/solidity/testing/perf/src/tests/init_bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub fn setup() -> ParseOutput {
pub fn run(built_ins: ParseOutput) -> Bindings {
let mut bindings = create_with_resolver(SOLC_VERSION, Arc::new(NoOpResolver {}));

let built_ins_cursor = transform_built_ins_node(&built_ins.tree())
.cursor_with_offset(TextIndex::ZERO);
let built_ins_cursor =
transform_built_ins_node(&built_ins.tree()).cursor_with_offset(TextIndex::ZERO);

bindings.add_system_file("built_ins.sol", built_ins_cursor);

Expand Down

0 comments on commit c278a6c

Please sign in to comment.