mirror of
https://github.com/ClementTsang/bottom
synced 2024-12-03 17:39:10 +00:00
Accidentally left in an extra line of code.
This commit is contained in:
parent
b17094d4b1
commit
0051477f56
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ impl DataState {
|
|||
|
||||
pub async fn update_data(&mut self) {
|
||||
self.sys.refresh_system();
|
||||
self.sys.refresh_processes();
|
||||
|
||||
if cfg!(not(target_os = "linux")) {
|
||||
self.sys.refresh_processes();
|
||||
|
|
Loading…
Reference in a new issue