Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Jul 14, 2023
1 parent 4938889 commit 344cfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/native/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use iota_sdk_bindings_core::{
ClientMethod,
};

use crate::error::{set_last_error, Result, Error};
use crate::error::{set_last_error, Error, Result};

pub struct Client {
pub client: RustClient,
Expand Down
2 changes: 1 addition & 1 deletion bindings/native/src/secret_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use iota_sdk_bindings_core::{
};
use tokio::sync::RwLock;

use crate::error::{set_last_error, Result, Error};
use crate::error::{set_last_error, Error, Result};

pub struct SecretManager {
pub secret_manager: Arc<RwLock<RustSecretManager>>,
Expand Down

0 comments on commit 344cfac

Please sign in to comment.