Skip to content

Commit d002456

Browse files
committed
minor: add new line at eof
1 parent 593ee2b commit d002456

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

plonk-napi/src/poly_comm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use crate::{
2-
wrappers::group::{WasmGPallas, WasmGVesta},
32
wasm_vector::WasmVector,
3+
wrappers::group::{WasmGPallas, WasmGVesta},
44
};
55
use napi_derive::napi;
66
use paste::paste;

plonk-napi/src/wasm_vector.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ pub mod fq {
196196
use napi_derive::napi;
197197

198198
impl_vec_vec_fp!(WasmVecVecFq, Fq, WasmPastaFq);
199-
}
199+
}

plonk-napi/src/wrappers/feature_flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ impl From<NapiFeatureFlags> for KimchiFeatureFlags {
6060
},
6161
}
6262
}
63-
}
63+
}

plonk-napi/src/wrappers/field.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ macro_rules! impl_field_wrapper {
9696
}
9797

9898
impl_field_wrapper!(WasmPastaFp, Fp);
99-
impl_field_wrapper!(WasmPastaFq, Fq);
99+
impl_field_wrapper!(WasmPastaFq, Fq);

plonk-napi/src/wrappers/group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ pub fn caml_vesta_affine_one() -> WasmGVesta {
120120
y: WasmPastaFq::from(GeneratorVestaY),
121121
infinity: false,
122122
}
123-
}
123+
}

plonk-napi/src/wrappers/wires.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ impl From<KimchiWire> for NapiWire {
2424
col: value.col as u32,
2525
}
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)