Skip to content

Commit f6d68a1

Browse files
committed
fmt
1 parent aeac773 commit f6d68a1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

string/methods.mbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,7 @@ test "find_by_charcode" {
144144
"hello"[1:].find_by_charcode(Int::op_equal(_, 'o')),
145145
content="Some(3)",
146146
)
147-
inspect!(
148-
"hello"[:4].find_by_charcode(Int::op_equal(_, 'o')),
149-
content="None",
150-
)
147+
inspect!("hello"[:4].find_by_charcode(Int::op_equal(_, 'o')), content="None")
151148
inspect!("hello".find_by_charcode(Int::op_equal(_, 'z')), content="None")
152149

153150
// Test empty string

0 commit comments

Comments
 (0)