Skip to content

Commit 9cc65ec

Browse files
committed
fix: style (bracket)
1 parent 596a8ba commit 9cc65ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec/src/models/double_odd/group.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ 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-
}
133+
}
134134

135135
/// The other representant of the identity (`N =(0 + N)`).
136136
pub(crate) fn n() -> Self {

0 commit comments

Comments
 (0)