Skip to content

Commit 7c61176

Browse files
committed
Finish 2.2.3
2 parents 49fc57e + 0dd6efe commit 7c61176

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.2.3

lib/rdf/reader.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def self.open(filename, format: nil, **options, &block)
195195
if reader
196196
reader.new(file, options, &block)
197197
else
198-
raise FormatError, "unknown RDF format: #{format_options.inspect}" + ("\nThis may be resolved with a require of the 'linkeddata' gem." unless Object.const_defined?(:LinkedData))
198+
raise FormatError, "unknown RDF format: #{format_options.inspect}#{"\nThis may be resolved with a require of the 'linkeddata' gem." unless Object.const_defined?(:LinkedData)}"
199199
end
200200
end
201201
end

0 commit comments

Comments
 (0)