Skip to content

Commit

Permalink
♻️ Minor code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejk authored and JustAn0therDev committed Feb 4, 2024
1 parent fb01337 commit 8922c79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ public static void WriteAllAvailableAttacksOnConsole(IPokemon pokemon)
if (move.CurrentPowerPoints <= 0)
{
Console.ForegroundColor = UnavailableMove;
}
}

Console.WriteLine($"{i}: {typeName} {moveName} {move.CurrentPowerPoints}/{move.PowerPoints}");
}
}

Console.ForegroundColor = previousColor;
}
Expand Down

0 comments on commit 8922c79

Please sign in to comment.