From 7c2a5e72505fb83771acae34dffdf37aa83a2d4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 3 Mar 2022 16:46:31 +0100 Subject: [PATCH] Use consistent formatting. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 92e09ca..7e04010 100644 --- a/src/main.rs +++ b/src/main.rs @@ -30,7 +30,7 @@ struct Opt { #[structopt(short, long, help = "Print all found primes")] 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, #[structopt(short, long, help = "Test if n is prime instead of generation")] test:bool,