Skip to content

Commit

Permalink
Merge pull request #16 from westonal/unify-types
Browse files Browse the repository at this point in the history
Unify the types of built-in and custom word lists
  • Loading branch information
sts10 committed Oct 30, 2023
2 parents 6479480 + cc623cd commit 9187fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ fn generate_passphrases<T: AsRef<str> + std::fmt::Display>(opt: &Args, word_list
number_of_words_to_put_in_passphrase,
&opt.separator,
opt.title_case,
word_list);
word_list,
);
println!("{}", passphrase);
};
}
Expand Down

0 comments on commit 9187fd6

Please sign in to comment.