mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 14:44:24 +00:00
Remove trailing whitespace
This commit is contained in:
parent
a2f61166e4
commit
dc4a9136ea
2 changed files with 2 additions and 2 deletions
|
@ -152,7 +152,7 @@ namespace PKHeX.Core
|
|||
private readonly record struct FlagSummary(EventVarType Type, int Index, int Raw)
|
||||
{
|
||||
public override string ToString() => $"{Raw:0000}\t{false}\t{Index:0000}\t{Type}";
|
||||
|
||||
|
||||
public static FlagSummary Get(int rawIndex, EventWork7b ew)
|
||||
{
|
||||
var type = ew.GetFlagType(rawIndex, out var subIndex);
|
||||
|
|
|
@ -151,7 +151,7 @@ namespace PKHeX.Core
|
|||
|
||||
internal static bool HasVisitedBDSP(this PKM pkm, int species)
|
||||
{
|
||||
if (!pkm.InhabitedGeneration(8, species))
|
||||
if (!pkm.InhabitedGeneration(8, species))
|
||||
return false;
|
||||
if (pkm.BDSP)
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue