Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvschoor committed Jul 2, 2022
1 parent 0191145 commit 17d61b6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ pub fn create_supervisor_listener(
.send(SupervisorAction::Ping(payload))
.expect("Could not send SupervisorAction");
}
_ => { }
_ => {}
},
Err(Error::AlreadyClosed) => {
error!("Supervisor Error::AlreadyClosed");
Expand All @@ -557,8 +557,7 @@ pub fn create_supervisor_listener(
break;
}
}
}
else{
} else {
break;
}
}
Expand Down

0 comments on commit 17d61b6

Please sign in to comment.