Skip to content

Commit e4c85b1

Browse files
committed
Missing comma
1 parent c1a49fb commit e4c85b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vernier/hooks/active_support.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ActiveSupport
3939
{ key: "action", format: "string" },
4040
{ key: "status", format: "integer" },
4141
{ key: "path", format: "string" },
42-
{ key: "method", format: "string" }
42+
{ key: "method", format: "string" },
4343
{ key: "format", format: "string" }
4444
]
4545
},
@@ -54,7 +54,7 @@ class ActiveSupport
5454
{ key: "action", format: "string" },
5555
{ key: "status", format: "integer" },
5656
{ key: "path", format: "string" },
57-
{ key: "method", format: "string" }
57+
{ key: "method", format: "string" },
5858
{ key: "format", format: "string" }
5959
]
6060
},

0 commit comments

Comments
 (0)