-
Aliaksandr Valialkin authored
While at it, use ', ' instead of ',' as delimiter of formatted WITH templates for better readability. So now `WITH(x=a,y=b)` is formatted as `WITH (x=a, y=b)` instead of `WITH (x=a,y=b)`. This is a follow-up for e2faea48 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6736
Aliaksandr Valialkin authoredWhile at it, use ', ' instead of ',' as delimiter of formatted WITH templates for better readability. So now `WITH(x=a,y=b)` is formatted as `WITH (x=a, y=b)` instead of `WITH (x=a,y=b)`. This is a follow-up for e2faea48 Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6736