Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jun 18, 2024
1 parent 82d59be commit e20f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/rust/curve25519/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
extern crate solana_program;
use {
solana_program::{custom_heap_default, custom_panic_default, msg},
solana_curve25519::{edwards, ristretto, scalar},
solana_program::{custom_heap_default, custom_panic_default, msg},
};

#[no_mangle]
Expand Down

0 comments on commit e20f8b2

Please sign in to comment.