update dev/run formatting to adhere to python format checks
diff --git a/dev/run b/dev/run
index 573c80c..6d8bc52 100755
--- a/dev/run
+++ b/dev/run
@@ -427,7 +427,10 @@
 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"]: