Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ok300 committed Apr 12, 2024
1 parent 8037d21 commit a8fcef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/sdk-bindings/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mod uniffi_binding;

use crate::uniffi_binding::*;
use crate::uniffi_binding::*;
2 changes: 1 addition & 1 deletion libs/sdk-bindings/uniffi-bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fn main() {
Some(config),
Some(out_dir),
None::<&Utf8Path>,
None
None,
)
.unwrap();
}

0 comments on commit a8fcef7

Please sign in to comment.