Skip to content

Commit 55a3348

Browse files
committed
chore: format
1 parent d287c81 commit 55a3348

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/callback_signer.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212

1313
use c2pa::{Signer, SigningAlg};
1414
// RawSigner is currently used only fully qualified
15-
use c2pa_crypto::{
16-
raw_signature::RawSignerError,
17-
time_stamp::TimeStampProvider,
18-
};
15+
use c2pa_crypto::{raw_signature::RawSignerError, time_stamp::TimeStampProvider};
1916
use log::debug;
2017

2118
use crate::Result;

0 commit comments

Comments
 (0)