Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmathern committed Jan 22, 2025
1 parent d287c81 commit 55a3348
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/callback_signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@

use c2pa::{Signer, SigningAlg};
// RawSigner is currently used only fully qualified
use c2pa_crypto::{
raw_signature::RawSignerError,
time_stamp::TimeStampProvider,
};
use c2pa_crypto::{raw_signature::RawSignerError, time_stamp::TimeStampProvider};
use log::debug;

use crate::Result;
Expand Down

0 comments on commit 55a3348

Please sign in to comment.