format: fix formatting

This commit is contained in:
Strix 2023-10-14 22:39:44 +02:00
parent e3552e9208
commit 9e102ffb52
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
12 changed files with 80 additions and 85 deletions

View file

@ -1,5 +1,5 @@
use std::fmt::{Display, Formatter};
use serde::{Deserialize, Serialize};
use std::fmt::{Display, Formatter};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct PKGR {}
@ -8,4 +8,4 @@ impl Display for PKGR {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(f, "")
}
}
}