Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
no ()
  • Loading branch information
Damian Leśniak committed Dec 6, 2022
commit a1de72907dcec3dc530f21a8b4444c1d75222468
2 changes: 1 addition & 1 deletion finality-aleph/src/network/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pub struct MockNetwork {
}

#[derive(Debug, Copy, Clone)]
pub struct MockSenderError();
pub struct MockSenderError;

impl fmt::Display for MockSenderError {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Expand Down