diff options
author | Tony Sun <tony.sun427@gmail.com> | 2020-08-27 12:55:05 -0700 |
---|---|---|
committer | Tony Sun <tony.sun427@gmail.com> | 2020-08-27 12:55:05 -0700 |
commit | 3004513c12592b19b5b77a6edcfdef5f4450716d (patch) | |
tree | ae3ef75d970b4403ce94481f7baf8611e59907bd | |
parent | 7dbd0adc3fd622a78ce56e0017d438dbdb824302 (diff) | |
download | couchdb-3004513c12592b19b5b77a6edcfdef5f4450716d.tar.gz |
update dev/run formatting to adhere to python format checksfix-partition-query-limit
-rwxr-xr-x | dev/run | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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"]: |