cargo fmt

This commit is contained in:
Jack Grigg
2019-04-02 01:30:00 +01:00
parent 3501365950
commit 6c99d71d4f
3 changed files with 6 additions and 6 deletions

View File

@@ -184,7 +184,7 @@ impl<E: JubjubEngine> FullViewingKey<E> {
return Err(io::Error::new(
io::ErrorKind::InvalidData,
"ak not of prime order",
))
));
}
};
@@ -195,7 +195,7 @@ impl<E: JubjubEngine> FullViewingKey<E> {
return Err(io::Error::new(
io::ErrorKind::InvalidData,
"nk not of prime order",
))
));
}
};