mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-09 16:55:52 -05:00
Remove trailing whitespace
This commit is contained in:
@@ -152,7 +152,7 @@ public IReadOnlyList<string> Summarize()
|
||||
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 @@ internal static int GetMaxSpeciesOrigin(PKM pkm)
|
||||
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user