Skip to content

Commit 28900aa

Browse files
committed
chore: fmt
1 parent dad5f9d commit 28900aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use std::env;
1818
use std::sync::RwLock;
1919

20-
pub use c2pa::{Signer, SigningAlg, settings::load_settings_from_str};
20+
pub use c2pa::{settings::load_settings_from_str, Signer, SigningAlg};
2121

2222
/// these all need to be public so that the uniffi macro can see them
2323
mod error;

0 commit comments

Comments
 (0)