cargo fmt

This commit is contained in:
Chelsea Troy 2021-10-25 00:28:38 -05:00
parent 886f85d3e3
commit 789cc5acc0
No known key found for this signature in database
GPG key ID: A631885A970636C2

View file

@ -2018,7 +2018,8 @@ fn list_drop_last(symbol: Symbol, var_store: &mut VarStore) -> Def {
op: LowLevel::ListDropAt,
args: vec![
(list_var, Var(Symbol::ARG_1)),
(index_var,
(
index_var,
// Num.sub (List.len list) 1
RunLowLevel {
op: LowLevel::NumSubWrap,