mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-14 02:16:10 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
057502e02a
commit
3992b2cd58
1 changed files with 1 additions and 2 deletions
|
@ -5,8 +5,7 @@ use skyline::nn::hid::{GetNpadStyleSet, NpadGcState};
|
|||
use std::collections::VecDeque;
|
||||
|
||||
lazy_static! {
|
||||
static ref P1_DELAYED_NPAD_STATES: Mutex<VecDeque<NpadGcState>> =
|
||||
Mutex::new(VecDeque::new());
|
||||
static ref P1_DELAYED_NPAD_STATES: Mutex<VecDeque<NpadGcState>> = Mutex::new(VecDeque::new());
|
||||
}
|
||||
|
||||
pub unsafe fn p1_controller_id() -> u32 {
|
||||
|
|
Loading…
Add table
Reference in a new issue