refactor: remove uneccessary is_running load

This commit is contained in:
Jack Wills
2024-11-15 16:30:02 +00:00
parent f0b1145651
commit 76ccf7c006
5 changed files with 8 additions and 45 deletions
+1
View File
@@ -133,6 +133,7 @@ impl ContainerPorts {
.count()
}
/// Return as tuple of Strings, ip address, private port, and public port
pub fn print(&self) -> (String, String, String) {
(
self.ip