Fix inconsistent indent

This commit is contained in:
cncfanatics
2010-09-03 22:27:16 +02:00
parent 6014e0c62d
commit 0e3be7e322

View File

@@ -209,7 +209,7 @@ class StatsPane(wx.Panel):
maxType, maxAmount = maxTank
currAmount = tank["%sRepair" % tankType]
if currAmount > maxAmount:
maxTank = ("%s" % tankType, currAmount)
maxTank = ("%s" % tankType, currAmount)
maxType, maxAmount = maxTank