Skip to content

Commit 30d7035

Browse files
authored
chore: fix broken formatting on master (#6096)
# 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.
1 parent 2174ffb commit 30d7035

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • test_programs/compile_success_empty/type_path/src

test_programs/compile_success_empty/type_path/src/main.nr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ fn main() {
1111
struct Foo {}
1212

1313
impl Foo {
14-
fn static() {
15-
}
14+
fn static() {}
1615
}

0 commit comments

Comments
 (0)