Skip to content

Commit

Permalink
fix merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
guipublic committed Nov 20, 2023
1 parent e90891b commit c165671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_fmt/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ impl Item for Param {
let visibility = match self.visibility {
Visibility::Public => "pub ",
Visibility::Private => "",
Visibility::DataBus => "call_data",
};
let pattern = visitor.slice(self.pattern.span());
let ty = visitor.slice(self.typ.span.unwrap());
Expand Down

0 comments on commit c165671

Please sign in to comment.