aboutsummaryrefslogtreecommitdiff
path: root/srp/src/groups.rs
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-10-16 15:07:07 -0700
committerBrian Warner <warner@lothar.com>2018-10-16 15:11:15 -0700
commit5d9ca6ab306e713fc0282aebde5c9196ad86b7ab (patch)
tree18bfcce06f61da5aaee6c8f940d712c0b916dbed /srp/src/groups.rs
parent6516978c0baa72df8ad0b6b66c07081eaa47cb18 (diff)
downloadPAKEs-5d9ca6ab306e713fc0282aebde5c9196ad86b7ab.tar.xz
reformat all code to match rustfmt-1.29.0
Diffstat (limited to 'srp/src/groups.rs')
-rw-r--r--srp/src/groups.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/srp/src/groups.rs b/srp/src/groups.rs
index fbdeffb..90b5209 100644
--- a/srp/src/groups.rs
+++ b/srp/src/groups.rs
@@ -1,10 +1,10 @@
//! Groups from [RFC 5054](https://tools.ietf.org/html/rfc5054)
-//!
+//!
//! It is strongly recommended to use them instead of custom generated
//! groups. Additionally it is not recommended to use `G_1024` and `G_1536`,
//! they are provided only for compatibility with the legacy software.
-use types::SrpGroup;
use num::BigUint;
+use types::SrpGroup;
lazy_static! {
pub static ref G_1024: SrpGroup = SrpGroup {