mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Make whitespace uniform
This commit is contained in:
parent
7429f8a970
commit
d9db14c3d7
1 changed files with 4 additions and 4 deletions
|
@ -282,10 +282,10 @@ pub fn build_app() -> Command {
|
|||
)
|
||||
.arg(
|
||||
Arg::new(FLAG_NO_HEADER)
|
||||
.long(FLAG_NO_HEADER)
|
||||
.help("Do not print the repl header")
|
||||
.action(ArgAction::SetTrue)
|
||||
.required(false)
|
||||
.long(FLAG_NO_HEADER)
|
||||
.help("Do not print the repl header")
|
||||
.action(ArgAction::SetTrue)
|
||||
.required(false)
|
||||
)
|
||||
)
|
||||
.subcommand(Command::new(CMD_RUN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue