Skip to content

Commit

Permalink
chore: remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Jun 16, 2024
1 parent 33dc03b commit 171555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-crypto-codegen/src/pedersen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn push_point(buf: &mut String, p: &AffinePoint) -> std::fmt::Result {
let y = p.y().to_raw();
writeln!(
buf,
"starknet_types_core::curve::AffinePoint::new_unchecked ("
"starknet_types_core::curve::AffinePoint::new_unchecked("
)?;
writeln!(buf, "starknet_types_core::felt::Felt::from_raw([")?;
writeln!(buf, "{},", x[0])?;
Expand Down

0 comments on commit 171555d

Please sign in to comment.