mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-03-23 14:56:11 +00:00
Format Rust code using rustfmt
This commit is contained in:
parent
9fc6df6e52
commit
b40427465d
1 changed files with 5 additions and 4 deletions
|
@ -188,7 +188,8 @@ pub unsafe fn is_in_clatter(module_accessor: &mut app::BattleObjectModuleAccesso
|
||||||
*FIGHTER_STATUS_KIND_CAPTURE_NABBIT,
|
*FIGHTER_STATUS_KIND_CAPTURE_NABBIT,
|
||||||
*FIGHTER_STATUS_KIND_CAPTURE_MASTERCORE,
|
*FIGHTER_STATUS_KIND_CAPTURE_MASTERCORE,
|
||||||
*FIGHTER_STATUS_KIND_CAPTURE_WAIT_OCTOPUS,
|
*FIGHTER_STATUS_KIND_CAPTURE_WAIT_OCTOPUS,
|
||||||
].contains(&StatusModule::status_kind(module_accessor))
|
]
|
||||||
|
.contains(&StatusModule::status_kind(module_accessor))
|
||||||
}
|
}
|
||||||
|
|
||||||
pub unsafe fn is_in_ledgetrump(module_accessor: &mut app::BattleObjectModuleAccessor) -> bool {
|
pub unsafe fn is_in_ledgetrump(module_accessor: &mut app::BattleObjectModuleAccessor) -> bool {
|
||||||
|
|
Loading…
Add table
Reference in a new issue