run-dev: Fix minor whitespace issues.

This commit is contained in:
Tim Abbott 2016-11-01 20:27:44 -07:00
parent 2f711a070d
commit 6a8f8c2abf
1 changed files with 14 additions and 14 deletions

View File

@ -82,9 +82,9 @@ sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
from scripts.lib.zulip_tools import WARNING, ENDC
proxy_port = base_port
django_port = base_port+1
tornado_port = base_port+2
webpack_port = base_port+3
django_port = base_port + 1
tornado_port = base_port + 2
webpack_port = base_port + 3
os.chdir(os.path.join(os.path.dirname(__file__), '..'))