Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Sep 14, 2023
1 parent 53c3b21 commit 5b0c209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assistants/client-kusama/src/fastapi/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#[cfg(any(feature = "bridge-s2s"))]
#[cfg(feature = "bridge-s2s")]
mod client_common;
2 changes: 1 addition & 1 deletion assistants/client-moonbase/src/fastapi/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#[cfg(any(feature = "bridge-s2s"))]
#[cfg(feature = "bridge-s2s")]
mod client_common;
2 changes: 1 addition & 1 deletion assistants/client-polkadot/src/fastapi/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#[cfg(any(feature = "bridge-s2s"))]
#[cfg(feature = "bridge-s2s")]
mod client_common;
2 changes: 1 addition & 1 deletion assistants/client-rococo/src/fastapi/common/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#[cfg(any(feature = "bridge-s2s"))]
#[cfg(feature = "bridge-s2s")]
mod client_common;

0 comments on commit 5b0c209

Please sign in to comment.