From 97e53e650ce231cf254920f02ee52735e6ce0280 Mon Sep 17 00:00:00 2001 From: Tom French Date: Tue, 12 Mar 2024 13:57:26 +0000 Subject: [PATCH] chore: fmt --- aztec_macros/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec_macros/src/lib.rs b/aztec_macros/src/lib.rs index b5304ba43b8..e6cbdaa9db7 100644 --- a/aztec_macros/src/lib.rs +++ b/aztec_macros/src/lib.rs @@ -1790,7 +1790,7 @@ fn inject_compute_note_hash_and_nullifier( context.def_map_mut(crate_id).unwrap() .modules_mut()[module_id.0] .declare_function( - func.name_ident().clone(), ItemVisibility::Public,func_id + func.name_ident().clone(), ItemVisibility::Public, func_id ).expect( "Failed to declare the autogenerated compute_note_hash_and_nullifier function, likely due to a duplicate definition. See https://github.com/AztecProtocol/aztec-packages/issues/4647." );