Skip to content

Commit 1733680

Browse files
committed
fmt
1 parent f619dcc commit 1733680

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crackers/src/bin/crackers/main.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ pub enum CrackersCommands {
4040
library: Option<PathBuf>,
4141
},
4242
/// Attempt to synthesize a code-reuse attack based on the provided configuration file
43-
Synth {
44-
config: PathBuf,
45-
}
43+
Synth { config: PathBuf },
4644
}
4745

4846
#[derive(Parser, Debug)]

0 commit comments

Comments
 (0)