Skip to content

Commit 3f6e1f8

Browse files
authored
Remove trailing whitespace
1 parent 23bd97c commit 3f6e1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rails-jquery-autocomplete/orm/active_record.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def active_record_get_autocomplete_order(method, options, model=nil)
1010
else
1111
order || "LOWER(#{table_prefix}#{method}) ASC"
1212
end
13-
13+
1414
Arel.sql(sql)
1515
end
1616

0 commit comments

Comments
 (0)