From fad84759f54e15b4ebc451d1e4d734a280f74bdb Mon Sep 17 00:00:00 2001 From: Matthieu Le brazidec Date: Mon, 11 Nov 2019 19:36:08 +0100 Subject: [PATCH] Fixed formatting. --- bastion/src/system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bastion/src/system.rs b/bastion/src/system.rs index 9fdbdf00..e6fc8b7e 100644 --- a/bastion/src/system.rs +++ b/bastion/src/system.rs @@ -89,7 +89,7 @@ impl System { } else { Some(Broadcast::new(parent)) }; - + supervisor.reset(bcast).await; supervisor.callbacks().after_restart();