Skip to content

chore: move the first element to a new line if the tactic is vertical for call expression#3526

Merged
kevaundray merged 2 commits intomasterfrom
unknown repository
Nov 22, 2023
Merged

chore: move the first element to a new line if the tactic is vertical for call expression#3526
kevaundray merged 2 commits intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Nov 22, 2023

Description

pre

fn main() {
    let _callStackItem3 = context.call_private_function(inputs.call_context.storage_contract_address,
        get_note_zero_fn_selector,
        [owner]
    );
}

post

fn main() {
    let _callStackItem3 = context.call_private_function(
        inputs.call_context.storage_contract_address,
        get_note_zero_fn_selector,
        [owner]
    );
}

Problem

Resolves AztecProtocol/aztec-packages#3372 (comment)

Documentation

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [Exceptional Case] Documentation to be submitted in a separate PR.

PR Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@kevaundray kevaundray enabled auto-merge November 22, 2023 11:23
@kevaundray kevaundray added this pull request to the merge queue Nov 22, 2023
Merged via the queue into noir-lang:master with commit eec92e4 Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant