mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Cargo fmt
This commit is contained in:
parent
c00d400d85
commit
ae38a0d3ff
4 changed files with 12 additions and 12 deletions
|
@ -1484,7 +1484,10 @@ fn str_from_utf8_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
loc_pattern: no_region(Pattern::Identifier(Symbol::ARG_3)),
|
||||
loc_expr: no_region(RunLowLevel {
|
||||
op: LowLevel::StrFromUtf8Range,
|
||||
args: vec![(bytes_var, Var(Symbol::ARG_1)), (arg_record_var, Var(Symbol::ARG_2))],
|
||||
args: vec![
|
||||
(bytes_var, Var(Symbol::ARG_1)),
|
||||
(arg_record_var, Var(Symbol::ARG_2)),
|
||||
],
|
||||
ret_var: ll_record_var,
|
||||
}),
|
||||
expr_var: ll_record_var,
|
||||
|
@ -1560,7 +1563,6 @@ fn str_from_utf8_range(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
|||
ret_var,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
/// Str.toUtf8 : Str -> List U8
|
||||
fn str_to_utf8(symbol: Symbol, var_store: &mut VarStore) -> Def {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue