Skip to content

Commit e318f7c

Browse files
Style in RDF.rb is to use parens for method definitions.
Co-Authored-By: Gregg Kellogg <gregg@greggkellogg.net>
1 parent a0f33b6 commit e318f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/changeset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def delete_statement(statement)
158158

159159
# This simply returns its argument as a query in order to trick
160160
# {RDF::Mutable#delete} into working.
161-
def query stmt
161+
def query(stmt)
162162
RDF::Query.new RDF::Query::Pattern.from(stmt)
163163
end
164164

0 commit comments

Comments
 (0)