Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Apr 8, 2024
1 parent c6d99ea commit 620daf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crates/starknet-types-core/src/curve/projective_point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ mod test {
TryInto::<ProjectivePoint>::try_into(affine_point),
Err(CurveError::EllipticCurveError(_))
));
}
#[test]
fn from_affine_unchecked() {
}

#[test]
fn from_affine_unchecked() {
let a = AffinePoint::new(
Felt::from_dec_str(
"3324833730090626974525872402899302150520188025637965566623476530814354734325",
Expand Down

0 comments on commit 620daf0

Please sign in to comment.