From cbce854d1b90877336eb7203ae70b4db19b539a3 Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Wed, 4 Jan 2023 09:34:56 +1300 Subject: [PATCH] Format --- daemon/src/ctrl_profiles/trait_impls.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daemon/src/ctrl_profiles/trait_impls.rs b/daemon/src/ctrl_profiles/trait_impls.rs index 8a274c59..e30a5a29 100644 --- a/daemon/src/ctrl_profiles/trait_impls.rs +++ b/daemon/src/ctrl_profiles/trait_impls.rs @@ -1,8 +1,7 @@ use std::sync::Arc; use async_trait::async_trait; -use log::info; -use log::warn; +use log::{info, warn}; use rog_profiles::fan_curve_set::{CurveData, FanCurveSet}; use rog_profiles::{FanCurveProfiles, Profile}; use zbus::export::futures_util::lock::Mutex;