Remove trailing whitespace

This commit is contained in:
Kurt 2021-12-27 14:03:41 -08:00
parent a2f61166e4
commit dc4a9136ea
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

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