Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 26, 2024
1 parent ac8d108 commit 76a75d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ciphernode/config/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod app_config;
mod yaml;
mod store_keys;
mod yaml;

pub use app_config::*;
2 changes: 1 addition & 1 deletion packages/ciphernode/data/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
mod data_store;
mod in_mem;
mod into_key;
mod persistable;
mod repository;
mod sled_store;
mod snapshot;
mod persistable;

pub use data_store::*;
pub use in_mem::*;
Expand Down
1 change: 0 additions & 1 deletion packages/ciphernode/data/src/persistable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,4 @@ mod tests {
assert!(result.unwrap_err().to_string().contains(error_msg));
Ok(())
}

}

0 comments on commit 76a75d6

Please sign in to comment.