Skip to content

Commit 9db11c6

Browse files
committed
fmt
1 parent e9681da commit 9db11c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bitwarden-wasm-internal/src/platform/repository.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ macro_rules! create_wasm_repository {
4343
self,
4444
) -> ::std::sync::Arc<impl bitwarden_core::client::repository::Repository<$ty>> {
4545
use ::bitwarden_core::client::repository::*;
46-
4746
use $crate::platform::repository::__macro_internal::*;
4847

4948
struct Store(::bitwarden_threading::ThreadBoundRunner<$name>);

0 commit comments

Comments
 (0)