Skip to content

Commit 596a8ba

Browse files
committed
fix: style
1 parent be27fc1 commit 596a8ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ec/src/models/double_odd/group.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ impl<P: DOCurveConfig> Projective<P> {
130130
let p = Self::new_unchecked(e, z, u, t);
131131
assert!(p.into_affine().is_on_curve(), "not_on_curve");
132132
p
133-
}
134-
133+
}
134+
135135
/// The other representant of the identity (`N =(0 + N)`).
136136
pub(crate) fn n() -> Self {
137137
Self {

0 commit comments

Comments
 (0)