Skip to content

Commit 2570d87

Browse files
committed
Run fix
1 parent 68c3c2e commit 2570d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gleam/bool_test.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,12 @@ pub fn to_string_test() {
157157
}
158158

159159
pub fn guard_test() {
160-
assert 2 = {
160+
let assert 2 = {
161161
use <- bool.guard(when: True, return: 2)
162162
1
163163
}
164164

165-
assert 1 = {
165+
let assert 1 = {
166166
use <- bool.guard(when: False, return: 2)
167167
1
168168
}

0 commit comments

Comments
 (0)