mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Fix indentation
This commit is contained in:
parent
5a2dde73e0
commit
63e8429859
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ pub fn build_app<'a>() -> Command<'a> {
|
|||
)
|
||||
.trailing_var_arg(true)
|
||||
.arg(flag_optimize)
|
||||
.arg(flag_max_threads.clone())
|
||||
.arg(flag_max_threads.clone())
|
||||
.arg(flag_opt_size)
|
||||
.arg(flag_dev)
|
||||
.arg(flag_debug)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue