Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Dec 13, 2024
1 parent d2fb99a commit 2e0d9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions tools/test-framework/src/framework/binary/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ where
}
}

impl<Test: BinaryConnectionTest> BinaryConnectionTest
for RunTwoWayBinaryConnectionTest<'_, Test>
{
impl<Test: BinaryConnectionTest> BinaryConnectionTest for RunTwoWayBinaryConnectionTest<'_, Test> {
fn run<ChainA: ChainHandle, ChainB: ChainHandle>(
&self,
config: &TestConfig,
Expand Down
3 changes: 1 addition & 2 deletions tools/test-framework/src/framework/nary/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ where
}
}

impl<Test, Overrides, const SIZE: usize> NaryConnectionTest<SIZE>
for RunWithSupervisor<'_, Test>
impl<Test, Overrides, const SIZE: usize> NaryConnectionTest<SIZE> for RunWithSupervisor<'_, Test>
where
Test: NaryConnectionTest<SIZE>,
Test: HasOverrides<Overrides = Overrides>,
Expand Down

0 comments on commit 2e0d9cb

Please sign in to comment.