Skip to content

Commit

Permalink
chore: fix broken formatting on master (#6096)
Browse files Browse the repository at this point in the history
# Description

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Sep 19, 2024
1 parent 2174ffb commit 30d7035
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_programs/compile_success_empty/type_path/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ fn main() {
struct Foo {}

impl Foo {
fn static() {
}
fn static() {}
}

0 comments on commit 30d7035

Please sign in to comment.