[wip] fix indentation

This commit is contained in:
Michael Bradley, Jr 2021-12-14 13:01:47 -06:00
parent 742e6297eb
commit 47bc7f2359
No known key found for this signature in database
GPG Key ID: D0307DBCF21A9A58
1 changed files with 4 additions and 4 deletions

View File

@ -61,10 +61,10 @@ task task_runner_streams, "Build task_runner_streams experiment":
" --tlsEmulation:off" " --tlsEmulation:off"
chronicles_log_level {.strdefine.} = chronicles_log_level {.strdefine.} =
when defined(danger) or defined(release): when defined(danger) or defined(release):
"INFO" "INFO"
else: else:
"DEBUG" "DEBUG"
host {.strdefine.} = "" host {.strdefine.} = ""
maxRequestBodySize {.strdefine.} = "" maxRequestBodySize {.strdefine.} = ""