fix: cargo fmt added to create_release

This commit is contained in:
Jack Wills
2022-04-25 02:53:14 +00:00
parent 3fb48abb87
commit bb29c0ebfa
7 changed files with 18 additions and 21 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ impl InputHandler {
is_running,
rec,
};
inner.start().await;
inner.start().await;
}
/// check for incoming messages
@@ -129,7 +129,7 @@ impl InputHandler {
}
}
KeyCode::Enter => {
// Does is matter though?
// Does is matter though?
// This isn't great, just means you can't send docker commands before full initialization of the program
// could change to to if loading = true, although at the moment don't have a loading bool
let panel = self.gui_state.lock().selected_panel;