Skip to content

Commit 7a56d85

Browse files
committed
[Dana] Fix condition to be bool type
1 parent 5785f3a commit 7a56d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dana/programs/linemarket.dana

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main
3939
changed := true
4040
i_bsort := i_bsort + 1
4141
else: break
42-
if not changed: break
42+
if changed = false: break
4343

4444
def possible_store is byte: current_arr as int[], mid spaces stores_to_place as int
4545
var last_position placed_stores i_ps is int

0 commit comments

Comments
 (0)