mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Remove an unnecessary newline diff
This commit is contained in:
parent
f7a905d8ef
commit
8803cb9523
1 changed files with 1 additions and 1 deletions
|
@ -1365,10 +1365,10 @@ pub fn build_proc_header<'a, 'ctx, 'env>(
|
|||
}
|
||||
|
||||
let fn_type = get_fn_type(&ret_type, &arg_basic_types);
|
||||
|
||||
let fn_name = layout_ids
|
||||
.get(symbol, layout)
|
||||
.to_symbol_string(symbol, &env.interns);
|
||||
|
||||
let fn_val = env
|
||||
.module
|
||||
.add_function(fn_name.as_str(), fn_type, Some(Linkage::Private));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue