Removed unnecessary white space.

This commit is contained in:
Master3See
2013-08-01 14:43:08 -06:00
parent bc2c12efc4
commit 9bf6870c5c
7 changed files with 8 additions and 8 deletions

View File

@@ -417,7 +417,7 @@ class FittingView(d.Display):
contexts.append(("fittingShip", "Ship"))
menu = ContextMenu.getMenu( selection, *contexts)
menu = ContextMenu.getMenu(selection, *contexts)
self.PopupMenu(menu)
def click(self, event):