Skip to content

Commit

Permalink
style: Update multi-line string syntax.
Browse files Browse the repository at this point in the history
Rubocop's defaults have recently changed.
  • Loading branch information
pat committed Jul 3, 2021
1 parent 857a865 commit ddce636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/calendav/endpoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def authenticated
HTTP.auth("Bearer #{credentials.password}")
else
raise "Unexpected authentication approach: " \
"#{credentials.authentication}"
"#{credentials.authentication}"
end
end

Expand Down

0 comments on commit ddce636

Please sign in to comment.