Skip to content

Commit

Permalink
fmt test
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta456 committed Sep 22, 2023
1 parent 3b8ac2a commit 2383b6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vlib/v/tests/map_array_cast_value_acc_first_test.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const m = {
'foo': [u8(0xf0), 0x00]
'bar': [0xba, 0xaa]
'foo': [u8(0xf0), 0x00]
'bar': [0xba, 0xaa]
'foobar': [12, 45]
}

Expand All @@ -15,4 +15,3 @@ fn test_get_elem() {
assert '${m['bar']}' == '[186, 170]'
assert '${m['foobar']}' == '[12, 45]'
}

0 comments on commit 2383b6e

Please sign in to comment.