TrailingWhitespace 'cop' fix
This commit is contained in:
parent
bf327c17b7
commit
a31aa5d8be
13 changed files with 20 additions and 20 deletions
|
@ -2,7 +2,7 @@ require 'active_support/core_ext/object/inclusion'
|
|||
|
||||
module Middleman
|
||||
module Sitemap
|
||||
|
||||
|
||||
# Code adapted from https://github.com/ralph/document_mapper/
|
||||
module Queryable
|
||||
OPERATOR_MAPPING = {
|
||||
|
@ -146,7 +146,7 @@ class Symbol
|
|||
end
|
||||
OPERATORS
|
||||
end
|
||||
|
||||
|
||||
unless method_defined?(:"<=>")
|
||||
def <=>(other)
|
||||
self.to_s <=> other.to_s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue