From cd2ebe83b34d4d3faa510fc25ddb3972ecc1ed04 Mon Sep 17 00:00:00 2001 From: wojciechkepka Date: Thu, 11 Mar 2021 19:08:50 +0100 Subject: Fix units on ContainerInfo Signed-off-by: Matthias Beyer --- src/container.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/container.rs b/src/container.rs index c59909b..7abb65d 100644 --- a/src/container.rs +++ b/src/container.rs @@ -1195,8 +1195,8 @@ pub struct ContainerInfo { pub ports: Vec, pub state: String, pub status: String, - pub size_rw: Option, - pub size_root_fs: Option, + pub size_rw: Option, + pub size_root_fs: Option, } #[derive(Clone, Debug, Serialize, Deserialize)] -- cgit v1.2.3