cargo fmt pairing

This commit is contained in:
Eirik Ogilvie-Wigley
2019-08-15 10:38:40 -06:00
parent 3584485516
commit bc7ea564d3
9 changed files with 323 additions and 227 deletions

View File

@@ -117,8 +117,8 @@ pub fn from_str_tests<F: PrimeField>() {
{
let mut rng = XorShiftRng::from_seed([
0x59, 0x62, 0xbe, 0x5d, 0x76, 0x3d, 0x31, 0x8d, 0x17, 0xdb, 0x37, 0x32, 0x54, 0x06, 0xbc,
0xe5,
0x59, 0x62, 0xbe, 0x5d, 0x76, 0x3d, 0x31, 0x8d, 0x17, 0xdb, 0x37, 0x32, 0x54, 0x06,
0xbc, 0xe5,
]);
for _ in 0..1000 {