Skip to content

Commit 56a2cd0

Browse files
committed
RuboCop: Style/TrailingCommaInArrayLiteral
1 parent be81aa0 commit 56a2cd0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

spec/lib/webmention/parsers/html_parser_results_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"https://jgarber.example",
2121
"https://aaronpk.example/image.jpg",
2222
"https://aaronpk.example/image-1x.jpg",
23-
"https://aaronpk.example/image-2x.jpg"
23+
"https://aaronpk.example/image-2x.jpg",
2424
]
2525
end
2626

spec/lib/webmention/parsers/json_parser_results_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[
1717
"https://target.example.com/post/100",
1818
"https://target.example.com/post/200",
19-
"https://target.example.com/post/100"
19+
"https://target.example.com/post/100",
2020
]
2121
end
2222

spec/lib/webmention_mentioned_urls_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"https://aaronpk.example/image.jpg",
5151
"https://aaronpk.example/post/1",
5252
"https://aaronpk.example/post/2",
53-
"https://jgarber.example"
53+
"https://jgarber.example",
5454
]
5555
end
5656

@@ -71,7 +71,7 @@
7171
[
7272
"https://aaronpk.example/post/1",
7373
"https://aaronpk.example/post/2",
74-
"https://jgarber.example/post/1"
74+
"https://jgarber.example/post/1",
7575
]
7676
end
7777

spec/lib/webmention_send_webmentions_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[
1010
"https://aaronpk.example/bar",
1111
"https://adactio.example/biz",
12-
"https://tantek.example/baz"
12+
"https://tantek.example/baz",
1313
]
1414
end
1515

0 commit comments

Comments
 (0)