Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Sep 20, 2024
1 parent 9cec303 commit 7cebcf7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ibc-core/ics02-client/types/src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,12 @@ impl From<UpgradeClient> for abci::Event {

#[cfg(test)]
mod tests {
use super::*;
use core::any::Any;

use rstest::*;

use super::*;

#[rstest]
#[case(
abci::Event {
Expand Down

0 comments on commit 7cebcf7

Please sign in to comment.