Fix rustfmt

This commit is contained in:
dAxpeDDa
2021-07-30 14:45:27 -07:00
committed by Kevin Lewi
parent b90163a007
commit 460e2aef1c
+1 -1
View File
@@ -339,7 +339,7 @@ impl<CS: CipherSuite> ClientRegistration<CS> {
#[cfg(test)]
state: self,
#[cfg(test)]
randomized_pwd: password_derived_key
randomized_pwd: password_derived_key,
})
}
}