mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-19 03:01:26 +10:00
chore: Ran cargo clippy & cargo fmt
This commit is contained in:
@ -1,7 +1,4 @@
|
||||
use crate::{
|
||||
database::db::{borrow_db_checked, ApplicationTransientStatus, GameDownloadStatus},
|
||||
DB,
|
||||
};
|
||||
use crate::database::db::{borrow_db_checked, ApplicationTransientStatus, GameDownloadStatus};
|
||||
|
||||
pub type GameStatusWithTransient = (
|
||||
Option<GameDownloadStatus>,
|
||||
|
||||
Reference in New Issue
Block a user