TrailingWhitespace 'cop' fix

This commit is contained in:
Karl Freeman 2013-12-28 18:14:15 +00:00
parent bf327c17b7
commit a31aa5d8be
13 changed files with 20 additions and 20 deletions

View file

@ -181,7 +181,7 @@ module Middleman
def respond_to?(method, include_private = false)
super || has_key?(method)
end
# Make DataStore act like a hash. Return requested data, or
# nil if data does not exist
#