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
1c6ac84f2f
commit
34def25b55
2 changed files with 6 additions and 7 deletions
|
@ -201,9 +201,12 @@ where
|
|||
Symbol::NUM_SUB => {
|
||||
self.build_run_low_level(sym, &LowLevel::NumSub, arguments, layout)
|
||||
}
|
||||
Symbol::NUM_ROUND => {
|
||||
self.build_run_low_level(sym, &LowLevel::NumRound, arguments, layout)
|
||||
}
|
||||
Symbol::NUM_ROUND => self.build_run_low_level(
|
||||
sym,
|
||||
&LowLevel::NumRound,
|
||||
arguments,
|
||||
layout,
|
||||
),
|
||||
Symbol::BOOL_EQ => {
|
||||
self.build_run_low_level(sym, &LowLevel::Eq, arguments, layout)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue