Browse Source

cargo fmt

Ian Goldberg 3 weeks ago
parent
commit
4c130a89e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib.rs

+ 0 - 1
src/lib.rs

@@ -1,7 +1,6 @@
 // We really want points to be capital letters and scalars to be
 // lowercase letters
 #![allow(non_snake_case)]
-
 #![doc = include_str!("../README.md")]
 
 pub use cmz_derive::*;