Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Mar 8, 2020
1 parent 78e9461 commit a6d49bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub fn random_config<R: Rng>(rng: &mut R) -> Config {
CharacterSet::UrlSafe,
CharacterSet::Standard,
CharacterSet::Crypt,
CharacterSet::ImapMutf7
CharacterSet::ImapMutf7,
];
let charset = *CHARSETS.choose(rng).unwrap();

Expand Down

0 comments on commit a6d49bc

Please sign in to comment.