Skip to content

Commit

Permalink
Add newline before return value
Browse files Browse the repository at this point in the history
Visually separating this makes it easier to read.
  • Loading branch information
thomaseizinger committed Jun 15, 2022
1 parent aa946c2 commit 4c39aec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions muxers/yamux/src/lib.rs
Expand Up @@ -71,6 +71,7 @@ where
},
control: ctrl,
};

Yamux(Mutex::new(inner))
}
}
Expand All @@ -90,6 +91,7 @@ where
},
control: ctrl,
};

Yamux(Mutex::new(inner))
}
}
Expand Down

0 comments on commit 4c39aec

Please sign in to comment.