summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Sun <tony.sun427@gmail.com>2020-08-27 12:55:05 -0700
committerTony Sun <tony.sun427@gmail.com>2020-08-28 10:09:20 -0700
commit79c3333ceb2fa094315ce7a897ef262be98bbe87 (patch)
treee36a0f6b37439080eea4f05cacf8ead595adedab
parent7995c26a675260fee10a70d3d99c341935d29b6f (diff)
downloadcouchdb-79c3333ceb2fa094315ce7a897ef262be98bbe87.tar.gz
update dev/run formatting to adhere to python format checks
-rwxr-xr-xdev/run5
1 files changed, 4 insertions, 1 deletions
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"]: