Use consistent spacing in tox variables and lists
[mudpy.git] / mudpy / command.py
index 5ee7ce8..d186053 100644 (file)
@@ -305,7 +305,7 @@ def move(actor, parameters):
             actor.universe.contents[actor.get("location")].portals()):
         if portal.startswith(parameters):
             actor.move_direction(portal)
-            return(portal)
+            return portal
     actor.send("You cannot go that way.")
     return True