Skip to content

Commit 5a56720

Browse files
committed
update column_default call
1 parent 65c74b5 commit 5a56720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/columns/arch.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl Column for Arch {
4444
self.raw_contents.insert(proc.pid, raw_content);
4545
}
4646

47-
column_default!(String);
47+
column_default!(String, false);
4848
}
4949

5050
#[cfg(target_os = "macos")]
@@ -97,4 +97,4 @@ pub fn arch_from_pid(pid: i32) -> &'static str {
9797
}
9898

9999
"unknown"
100-
}
100+
}

0 commit comments

Comments
 (0)