style: cargo fmt

This commit is contained in:
Guillermo Céspedes Tabárez 2025-03-03 06:46:52 -03:00
parent 041322ef9c
commit 819ee93e9b
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
use std::rc::Rc;
use std::sync::{OnceLock, RwLock};
use std::{
rc::Rc,
sync::{OnceLock, RwLock},
};
use crate::dev::ResourceMap;