cargo fmt

This commit is contained in:
Ashley Wulber 2024-03-05 14:27:51 -05:00 committed by Ashley Wulber
parent 4bef8171d5
commit 674e0940c5

View file

@ -54,11 +54,11 @@ use iced::Background;
use iced::Length;
use itertools::Itertools;
use rand::{thread_rng, Rng};
use std::cmp::min;
use std::collections::HashMap;
use std::path::PathBuf;
use std::str::FromStr;
use std::time::Duration;
use std::cmp::min;
use switcheroo_control::Gpu;
use tokio::time::sleep;
use url::Url;