diff options
author | Brian Warner <warner@lothar.com> | 2018-10-16 15:07:07 -0700 |
---|---|---|
committer | Brian Warner <warner@lothar.com> | 2018-10-16 15:11:15 -0700 |
commit | 5d9ca6ab306e713fc0282aebde5c9196ad86b7ab (patch) | |
tree | 18bfcce06f61da5aaee6c8f940d712c0b916dbed /spake2/src/lib.rs | |
parent | 6516978c0baa72df8ad0b6b66c07081eaa47cb18 (diff) | |
download | PAKEs-5d9ca6ab306e713fc0282aebde5c9196ad86b7ab.tar.xz |
reformat all code to match rustfmt-1.29.0
Diffstat (limited to 'spake2/src/lib.rs')
-rw-r--r-- | spake2/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spake2/src/lib.rs b/spake2/src/lib.rs index c2858ba..d189d9c 100644 --- a/spake2/src/lib.rs +++ b/spake2/src/lib.rs @@ -13,7 +13,7 @@ pub use spake2::*; #[cfg(test)] mod tests { - use spake2::{Ed25519Group, ErrorType, Identity, Password, SPAKE2, SPAKEErr}; + use spake2::{Ed25519Group, ErrorType, Identity, Password, SPAKEErr, SPAKE2}; #[test] fn test_basic() { |