Skip to content

Commit 06f71d3

Browse files
committed
Fix Rubocop conflict
1 parent 27daec2 commit 06f71d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.rubocop.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,8 @@ Style/StderrPuts:
4141
Style/StringLiterals:
4242
EnforcedStyle: double_quotes
4343

44-
<<<<<<< HEAD
45-
Style/TrailingCommaInLiteral:
46-
EnforcedStyleForMultiline: 'comma'
47-
=======
4844
Style/TrailingCommaInArguments:
4945
EnforcedStyleForMultiline: comma
46+
5047
Style/TrailingCommaInLiteral:
5148
EnforcedStyleForMultiline: comma
52-
>>>>>>> f9a8a5eea4c3445c435bc84a819593f78aad9064

0 commit comments

Comments
 (0)