Skip to content

Commit 9d8f3f5

Browse files
committed
RuboCop.
1 parent 9623d3c commit 9d8f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/async/service/formatting.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def format_statistics(**pairs)
7575
else
7676
"#{key.to_s.upcase}=#{format_count(value)}"
7777
end
78-
end.join(' ')
78+
end.join(" ")
7979
end
8080

8181
module_function :format_statistics

0 commit comments

Comments
 (0)