diff --git a/arith/gf2_128/src/gf2_ext128.rs b/arith/gf2_128/src/gf2_ext128.rs index 4f10cf39..e3fd59d8 100644 --- a/arith/gf2_128/src/gf2_ext128.rs +++ b/arith/gf2_128/src/gf2_ext128.rs @@ -6,4 +6,4 @@ pub type GF2_128 = neon::NeonGF2_128; #[cfg(target_arch = "x86_64")] mod avx; #[cfg(target_arch = "x86_64")] -pub type GF2_128 = avx::AVXGF2_128; \ No newline at end of file +pub type GF2_128 = avx::AVXGF2_128;