mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
cargo fmt
This commit is contained in:
parent
886f85d3e3
commit
789cc5acc0
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue