Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Aug 9, 2024
1 parent 693ba62 commit 8ebe1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/hasher/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#![no_std]
#[cfg(target_os = "solana")]
use solana_define_syscall::define_syscall;
#[cfg(any(feature = "sha2", not(target_os = "solana")))]
use sha2::{Digest, Sha256};
#[cfg(target_os = "solana")]
use solana_define_syscall::define_syscall;
use solana_hash::Hash;

#[cfg(any(feature = "sha2", not(target_os = "solana")))]
Expand Down

0 comments on commit 8ebe1f0

Please sign in to comment.