Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 7, 2024
1 parent e93ae0f commit e8a45ac
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tooling/nargo_fmt/src/items.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,4 @@ pub(crate) trait HasItem {
fn start(&self) -> u32 {
self.span().start()
}

fn end(&self) -> u32 {
self.span().end()
}
}

0 comments on commit e8a45ac

Please sign in to comment.