Skip to content

Commit

Permalink
Merge pull request #6 from upupnoah/main
Browse files Browse the repository at this point in the history
fix: format
  • Loading branch information
upupnoah authored Jun 11, 2024
2 parents 2ff16be + 9b69246 commit a6b46e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod opts;
mod process;

pub use opts::{Opts, SubCommand, GenPassOpts};
pub use opts::{GenPassOpts, Opts, SubCommand};
pub use process::{process_csv, process_genpass};

0 comments on commit a6b46e9

Please sign in to comment.