cargo fmt

This commit is contained in:
Sean Bowe 2020-09-07 13:09:25 -06:00
parent 116659c1ba
commit 4572e809d1
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
#![deny(unsafe_code)]
pub mod arithmetic;
pub mod plonk;
pub mod poly;
pub mod transcript;
pub mod plonk;