Fix inconsistent indent
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user