Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ggiraldez committed Dec 24, 2024
1 parent 177c7f0 commit b72d7b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ pub fn add_built_ins(
"built-ins parse without errors"
);

let built_ins_cursor = transform(built_ins_parse_output.tree())
.cursor_with_offset(TextIndex::ZERO);
let built_ins_cursor =
transform(built_ins_parse_output.tree()).cursor_with_offset(TextIndex::ZERO);

binding_graph.add_system_file("built_ins.sol", built_ins_cursor);
Ok(())
Expand Down

0 comments on commit b72d7b4

Please sign in to comment.