mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
cargo fmt
This commit is contained in:
parent
aabfbe82cd
commit
83354972aa
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user