Navigation Menu

Skip to content

Commit

Permalink
Add an empty newline after include
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2017
1 parent 945543f commit dc1e0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/groonga/client/request/select.rb
Expand Up @@ -451,6 +451,7 @@ def initialize(expression, values)
# @private
class FilterInValuesParameters
include ScriptSyntaxValueEscapable

def initialize(column_name, *values)
@column_name = column_name
@values = values
Expand Down

0 comments on commit dc1e0b8

Please sign in to comment.