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:
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_MASTERCORE,
|
||||
*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 {
|
||||
|
|
Loading…
Reference in a new issue