1
0
Fork 0
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:
github-actions[bot] 2022-02-25 00:17:20 +00:00 committed by GitHub
parent 057502e02a
commit 3992b2cd58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {