another clippy cleanup
This commit is contained in:
parent
11506699e3
commit
4b52382326
@ -26,7 +26,7 @@ pub struct AppState {
|
||||
// Cached containers (enumerated once; refreshed per tick)
|
||||
pub components: SharedComponents,
|
||||
pub disks: SharedDisks,
|
||||
pub networks: SharedNetworks
|
||||
pub networks: SharedNetworks,
|
||||
}
|
||||
|
||||
impl AppState {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user