1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00

Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2022-12-31 21:45:48 +00:00 committed by GitHub
parent 7ca9e5fb77
commit 2b66f0ee13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ use smash::app::{self, lua_bind::*, Item};
use smash::hash40;
use smash::lib::lua_const::*;
use smash::phx::{Hash40, Vector3f};
use training_mod_consts::{CharacterItem, SaveDamage};
use std::collections::HashMap;
use training_mod_consts::{CharacterItem, SaveDamage};
extern "C" {
#[link_name = "\u{1}_ZN3app14sv_information8stage_idEv"]