cargo fmt

This commit is contained in:
Jędrzej Stuczyński
2023-12-18 18:46:45 +00:00
committed by Jon Häggblad
parent 22541f5a79
commit 67701290d3
3 changed files with 3 additions and 4 deletions
@@ -1,8 +1,8 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
pub mod staking;
pub mod slashing;
pub mod staking;
pub use staking::query::StakingQueryClient;
// pub use slashing::query
// pub use slashing::query
@@ -1,4 +1,4 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0
pub mod query;
pub mod query;
@@ -1,3 +1,2 @@
// Copyright 2023 - Nym Technologies SA <contact@nymtech.net>
// SPDX-License-Identifier: Apache-2.0