mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-26 22:10:21 +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)
|
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 override string ToString() => $"{Raw:0000}\t{false}\t{Index:0000}\t{Type}";
|
||||||
|
|
||||||
public static FlagSummary Get(int rawIndex, EventWork7b ew)
|
public static FlagSummary Get(int rawIndex, EventWork7b ew)
|
||||||
{
|
{
|
||||||
var type = ew.GetFlagType(rawIndex, out var subIndex);
|
var type = ew.GetFlagType(rawIndex, out var subIndex);
|
||||||
|
|
|
@ -151,7 +151,7 @@ namespace PKHeX.Core
|
||||||
|
|
||||||
internal static bool HasVisitedBDSP(this PKM pkm, int species)
|
internal static bool HasVisitedBDSP(this PKM pkm, int species)
|
||||||
{
|
{
|
||||||
if (!pkm.InhabitedGeneration(8, species))
|
if (!pkm.InhabitedGeneration(8, species))
|
||||||
return false;
|
return false;
|
||||||
if (pkm.BDSP)
|
if (pkm.BDSP)
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue