Skip to content

Commit

Permalink
introducing formatting issue to see if CI fails
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 4, 2024
1 parent 9d6ce76 commit c086b6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ contract Parent {

// Private function to call another private function in the targetContract using the provided selector
#[aztec(private)]
fn entryPoint(targetContract: AztecAddress, targetSelector: FunctionSelector) -> Field {
fn entryPoint(targetContract : AztecAddress, targetSelector: FunctionSelector) -> Field {
// Call the target private function
let return_values = context.call_private_function(targetContract, targetSelector, [0]);

Expand Down

0 comments on commit c086b6b

Please sign in to comment.