Skip to content

Commit

Permalink
Fix fmt in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Nov 29, 2024
1 parent 7c279a6 commit e8cd9ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/testing/tests/tests_1/test_success.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ use std::{sync::Arc, time::Duration};

use hotshot_example_types::{
node_types::{
CombinedImpl, EpochsTestVersions, Libp2pImpl, MemoryImpl, PushCdnImpl, TestConsecutiveLeaderTypes,
TestTwoStakeTablesTypes, TestTypes, TestTypesRandomizedLeader, TestVersions,
CombinedImpl, EpochsTestVersions, Libp2pImpl, MemoryImpl, PushCdnImpl,
TestConsecutiveLeaderTypes, TestTwoStakeTablesTypes, TestTypes, TestTypesRandomizedLeader,
TestVersions,
},
testable_delay::{DelayConfig, DelayOptions, DelaySettings, SupportedTraitTypesForAsyncDelay},
};
Expand Down

0 comments on commit e8cd9ee

Please sign in to comment.