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-27 12:55:05 -0700
commit3004513c12592b19b5b77a6edcfdef5f4450716d (patch)
treeae3ef75d970b4403ce94481f7baf8611e59907bd
parent7dbd0adc3fd622a78ce56e0017d438dbdb824302 (diff)
downloadcouchdb-fix-partition-query-limit.tar.gz
update dev/run formatting to adhere to python format checksfix-partition-query-limit
-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"]: