Skip to content

Commit

Permalink
fmt fn_call_with_newline_opening_brace_test.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Dec 25, 2023
1 parent 00742be commit 4259b6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlib/v/tests/fn_call_with_newline_opening_brace_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct Address
zip int
}

fn test_fn_call_with_newline_opening_brace()
fn test_fn_call_with_newline_opening_brace()
{
println(initialized_address)
assert true
Expand All @@ -20,7 +20,7 @@ pub:
street string = '1234 Default St'
city string = 'Your Favorite City'
state string = 'Could Be Any'
zip int = 42
zip int = 42
}

fn new_address(cfg AddressConfig) &Address
Expand Down

0 comments on commit 4259b6a

Please sign in to comment.