Skip to content

Commit

Permalink
Fix git mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 30, 2023
1 parent b8bb7eb commit ce90ab0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gleam/list.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -2119,7 +2119,6 @@ fn do_shuffle_pair_unwrap(list: List(#(Float, a)), acc: List(a)) -> List(a) {
[] -> acc
[elem_pair, ..enumerable] ->
do_shuffle_pair_unwrap(enumerable, [elem_pair.1, ..acc])
}
}
}

Expand Down

0 comments on commit ce90ab0

Please sign in to comment.