Skip to content

Commit

Permalink
fmt indexexpr_with_if_expr_test.v
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi98 committed Oct 26, 2024
1 parent 1ff4c70 commit c486ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/v/tests/indexexpr_with_if_expr_test.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
fn test_indexexpr_with_if_expr() {
mut array_a := [1, 2, 3]
mut array_b := [4, 5, 6]

(if true {
array_a
} else {
Expand Down

0 comments on commit c486ace

Please sign in to comment.