Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Nov 4, 2024
1 parent 85db152 commit 8e7c157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/ciphernode/data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ pub use into_key::IntoKey;
pub use repository::*;
pub use sled_store::*;
pub use snapshot::*;

5 changes: 4 additions & 1 deletion packages/ciphernode/router/src/repositories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ impl Repositories {
.scope(format!("//evm_readers/enclave/{chain_id}")),
)
}
pub fn ciphernode_registry_reader(&self, chain_id: u64) -> Repository<CiphernodeRegistryReaderState> {
pub fn ciphernode_registry_reader(
&self,
chain_id: u64,
) -> Repository<CiphernodeRegistryReaderState> {
Repository::new(
self.store
.scope(format!("//evm_readers/ciphernode_registry/{chain_id}")),
Expand Down

0 comments on commit 8e7c157

Please sign in to comment.