Skip to content

Commit 2d3daf4

Browse files
yoshielpil
authored andcommitted
gleam format
1 parent 45dc8e6 commit 2d3daf4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/gleeunit/should.gleam

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ pub fn equal(a: t, b: t) -> Nil {
88
True -> Nil
99
_ ->
1010
panic as string.concat([
11-
"\n",
12-
string.inspect(a),
13-
"\nshould equal\n",
14-
string.inspect(b),
15-
])
11+
"\n",
12+
string.inspect(a),
13+
"\nshould equal\n",
14+
string.inspect(b),
15+
])
1616
}
1717
}
1818

@@ -21,11 +21,11 @@ pub fn not_equal(a: t, b: t) -> Nil {
2121
True -> Nil
2222
_ ->
2323
panic as string.concat([
24-
"\n",
25-
string.inspect(a),
26-
"\nshould not equal\n",
27-
string.inspect(b),
28-
])
24+
"\n",
25+
string.inspect(a),
26+
"\nshould not equal\n",
27+
string.inspect(b),
28+
])
2929
}
3030
}
3131

0 commit comments

Comments
 (0)