cargo fmt
This commit is contained in:
parent
4bef8171d5
commit
674e0940c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue