Skip to content

Commit

Permalink
Format for Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Nov 11, 2020
1 parent 4cb3eff commit c8f8911
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bridgetown-core/lib/bridgetown-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ def require_all(path)
require "faraday"
require "thor"

class HashWithDotAccess::Hash # :nodoc:
def to_liquid
to_h.to_liquid
module HashWithDotAccess
class Hash # :nodoc:
def to_liquid
to_h.to_liquid
end
end
end

Expand Down

0 comments on commit c8f8911

Please sign in to comment.