Use consistent formatting.
This commit is contained in:
parent
d2f59a6b21
commit
7c2a5e7250
@ -30,7 +30,7 @@ struct Opt
|
|||||||
{
|
{
|
||||||
#[structopt(short, long, help = "Print all found primes")]
|
#[structopt(short, long, help = "Print all found primes")]
|
||||||
verbose:bool,
|
verbose:bool,
|
||||||
#[structopt(short, long, name="FILE", help = "Import prime numbers from FILE")]
|
#[structopt(short, long, name = "FILE", help = "Import prime numbers from FILE")]
|
||||||
import:Option<PathBuf>,
|
import:Option<PathBuf>,
|
||||||
#[structopt(short, long, help = "Test if n is prime instead of generation")]
|
#[structopt(short, long, help = "Test if n is prime instead of generation")]
|
||||||
test:bool,
|
test:bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user