Style fixes

This commit is contained in:
Zed
2022-01-06 03:57:14 +01:00
parent f5ba2b62e7
commit ffcac982d0
9 changed files with 33 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ const
var pool: HttpPool
proc genParams*(pars: openarray[(string, string)] = @[]; cursor="";
proc genParams*(pars: openArray[(string, string)] = @[]; cursor="";
count="20"; ext=true): seq[(string, string)] =
result = timelineParams
for p in pars: