Skip to content

Commit f6f0411

Browse files
committed
Fixed Style/RedundantLineContinuation
1 parent e04d1a8 commit f6f0411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/gem_server_conformance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
.metadata[:content_length_header] = true
547547
it {
548548
is_expected.to unmarshal_as(
549-
a_collection_containing_exactly( \
549+
a_collection_containing_exactly(
550550
*Marshal.load(Zlib.gunzip(parent_response.body)).tap do |entries|
551551
entries.delete(["a", Gem::Version.new("0.2.0"), "ruby"])
552552
end

0 commit comments

Comments
 (0)