mirror of https://github.com/zulip/zulip.git
run-dev: Fix minor whitespace issues.
This commit is contained in:
parent
2f711a070d
commit
6a8f8c2abf
|
@ -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__), '..'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue