cargo fmt

This commit is contained in:
Daniel Lubarov 2021-04-28 13:57:22 -07:00
parent aabfbe82cd
commit 83354972aa

View File

@ -27,7 +27,9 @@ pub struct GMiMCEvalGate<F: Field> {
impl<F: Field> GMiMCEvalGate<F> {
pub fn get() -> GateRef<F> {
GateRef::new(GMiMCEvalGate { _phantom: PhantomData })
GateRef::new(GMiMCEvalGate {
_phantom: PhantomData,
})
}
pub const CONST_C_R: usize = 0;