Run cargo fmt

This commit is contained in:
Vicki Pfau 2024-05-30 16:54:14 -07:00
parent 922ba006ae
commit 788cf884bf
2 changed files with 2 additions and 3 deletions

View file

@ -259,8 +259,8 @@ impl SteamOSManager {
#[cfg(test)]
mod test {
use super::*;
use crate::power::{self, get_gpu_performance_level};
use crate::power::test::{format_clocks, read_clocks};
use crate::power::{self, get_gpu_performance_level};
use crate::testing;
use tokio::fs::{create_dir_all, write};
use zbus::{Connection, ConnectionBuilder};