Skip to content

Commit e34267c

Browse files
authored
Add missing comma
1 parent cc71313 commit e34267c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ end
5454
# Connection pool support.
5555
connection(:sidekiq) do
5656
{
57-
url: "redis://localhost/2"
57+
url: "redis://localhost/2",
5858
pool_timeout: 5,
5959
pool_size: 5
6060
}

0 commit comments

Comments
 (0)