Skip to content

Commit

Permalink
chore: nargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed May 8, 2024
1 parent a3e5211 commit 3c91111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion noir-projects/aztec-nr/aztec/src/encrypted_logs.nr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mod header;
mod body;
mod body;
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ impl ScopedReadRequest {
pub fn counter(self) -> u32 {
self.read_request.counter
}
}
}

0 comments on commit 3c91111

Please sign in to comment.