Skip to content

Commit 9d3b4dc

Browse files
committed
cargo fmt
1 parent 16ce2b2 commit 9d3b4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct Args {
2828
/// be specified if it differs from the environment variable.
2929
#[arg(long, short = 'e', value_name = "ENV[=PARAM]")]
3030
export: Vec<Export>,
31-
31+
3232
/// Export one level of a path of aws ssm parameters to environment variables. All
3333
/// parameters under the prefix will be exported as environment variables.
3434
#[arg(long, short = 'P', value_name = "PATH")]

0 commit comments

Comments
 (0)