mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
stylistic improvements
This commit is contained in:
parent
71b97572ae
commit
76c47c5d6f
6 changed files with 83 additions and 66 deletions
|
@ -2779,7 +2779,7 @@ fn update<'a>(
|
|||
|
||||
let subs = solved_subs.into_inner();
|
||||
|
||||
if toplevel_expects.pure.len() > 0 || toplevel_expects.fx.len() > 0 {
|
||||
if !toplevel_expects.pure.is_empty() || !toplevel_expects.fx.is_empty() {
|
||||
state.toplevel_expects.insert(module_id, toplevel_expects);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue