From 3004513c12592b19b5b77a6edcfdef5f4450716d Mon Sep 17 00:00:00 2001 From: Tony Sun Date: Thu, 27 Aug 2020 12:55:05 -0700 Subject: update dev/run formatting to adhere to python format checks --- dev/run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev/run b/dev/run index 573c80c9b..6d8bc5201 100755 --- a/dev/run +++ b/dev/run @@ -427,7 +427,10 @@ def boot_haproxy(ctx): def hack_default_ini(ctx, node, contents): contents = re.sub( - "^\[httpd\]$", "[httpd]\nenable = true", contents, flags=re.MULTILINE, + "^\[httpd\]$", + "[httpd]\nenable = true", + contents, + flags=re.MULTILINE, ) if ctx["enable_erlang_views"]: -- cgit v1.2.1