Skip to content

Commit

Permalink
fmt to make runner pass
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 12, 2024
1 parent 89bf541 commit dee4ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/injected_store.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT

use crate::store::WalletStore;
use crate::error::Error;
use crate::store::WalletStore;
use wasm_bindgen::prelude::*;

#[wasm_bindgen(typescript_custom_section)]
Expand Down
2 changes: 1 addition & 1 deletion src/store/memory_store.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2024 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0, MIT

use crate::store::WalletStore;
use crate::error::Error;
use crate::store::WalletStore;

/// A simple in-memory store for wallet data. Useful for testing
pub struct MemoryStore {
Expand Down

0 comments on commit dee4ec1

Please sign in to comment.