Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LIMPIX31 committed May 27, 2024
1 parent 0353437 commit 2005977
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 5 additions & 3 deletions crates/spuz_piston/src/assets.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
use std::collections::HashMap;
use std::fmt::{Debug, Display, Formatter};
use std::str::FromStr;
use std::{
collections::HashMap,
fmt::{Debug, Display, Formatter},
str::FromStr,
};

use serde::{Deserialize, Serialize};

Expand Down
8 changes: 6 additions & 2 deletions crates/spuz_piston/src/runtime.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
use std::{collections::HashMap, ops::Deref, str::FromStr};
use std::fmt::{Debug, Display, Formatter};
use std::{
collections::HashMap,
fmt::{Debug, Display, Formatter},
ops::Deref,
str::FromStr,
};

use cfg_if::cfg_if;
use serde::{Deserialize, Serialize};
Expand Down

0 comments on commit 2005977

Please sign in to comment.