Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Nov 11, 2019
1 parent 18a81d2 commit 4c4d127
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bastion/src/supervisor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,7 @@ impl Supervisor {

impl SupervisorRef {
pub(crate) fn new(id: BastionId, sender: Sender) -> Self {
SupervisorRef {
id,
sender,
}
SupervisorRef { id, sender }
}

/// Creates a new [`Supervisor`], passes it through the specified
Expand Down

0 comments on commit 4c4d127

Please sign in to comment.