Skip to content

Commit 537f2ea

Browse files
committed
fmt option_var_2_test.v
1 parent 7f7bfff commit 537f2ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vlib/v/tests/option_var_2_test.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ fn test_option_var() {
1616
}
1717

1818
val := other or {
19-
println("without name")
19+
println('without name')
2020
'default'
2121
}
22+
2223
assert val == 'default'
2324
}

0 commit comments

Comments
 (0)