You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
rustfmt fix
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ fn env_var_string() {
|
||||
|
||||
#[derive(Initial)]
|
||||
struct Settings {
|
||||
#[initial(env="FOO")]
|
||||
#[initial(env = "FOO")]
|
||||
foo: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user