We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9623d3c commit 9d8f3f5Copy full SHA for 9d8f3f5
lib/async/service/formatting.rb
@@ -75,7 +75,7 @@ def format_statistics(**pairs)
75
else
76
"#{key.to_s.upcase}=#{format_count(value)}"
77
end
78
- end.join(' ')
+ end.join(" ")
79
80
81
module_function :format_statistics
0 commit comments