Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed May 28, 2024
1 parent 48b4bf3 commit 195abea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zeusd/src/devices/gpu/linux.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
//!
//! Note that NVML is only available on Linux.
use nvml_wrapper::{Device, Nvml};
use nvml_wrapper::enums::device::GpuLockedClocksSetting;
use nvml_wrapper::{Device, Nvml};

use crate::devices::gpu::GpuManager;
use crate::error::ZeusdError;
Expand Down
2 changes: 1 addition & 1 deletion zeusd/src/devices/gpu/macos.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Fake `NvmlGpu` implementation to allow development and testing on MacOS.
use crate::error::ZeusdError;
use crate::devices::gpu::GpuManager;
use crate::error::ZeusdError;

pub struct NvmlGpu;

Expand Down
1 change: 0 additions & 1 deletion zeusd/src/devices/gpu/nvml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,3 @@ impl GpuCommand {
}
}
}

0 comments on commit 195abea

Please sign in to comment.