Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix empty constructor formatting #3265

Merged
merged 1 commit into from Oct 24, 2023
Merged

chore: fix empty constructor formatting #3265

merged 1 commit into from Oct 24, 2023

Conversation

ghost
Copy link

@ghost ghost commented Oct 24, 2023

Description

fix empty constructor formatting

Problem

pre

dep::Hello {};

post

Hello::{  };

PR Checklist

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

@kevaundray kevaundray added this pull request to the merge queue Oct 24, 2023
Merged via the queue into noir-lang:master with commit 629fe4f Oct 24, 2023
26 checks passed
TomAFrench added a commit that referenced this pull request Oct 24, 2023
* master:
  feat: implement `bound_constraint_with_offset` in terms of `AcirVar`s (#3233)
  fix: Add size checks to integer literals (#3236)
  chore: add constrain formatter (#3272)
  chore: standardize workflow triggers (#3277)
  fix: Fix lexer error formatting (#3274)
  chore: method specialization (#3268)
  feat: add crate for pub modifier (#3271)
  chore: fix empty constructor formatting (#3265)
guipublic pushed a commit that referenced this pull request Oct 27, 2023
guipublic pushed a commit that referenced this pull request Oct 30, 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