whitespace

This commit is contained in:
Ben Balter 2017-08-24 13:05:56 -04:00
parent 1e5b997901
commit d79dac001e
No known key found for this signature in database
GPG Key ID: DBB67C246AD356C4
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ module Jekyll
def_delegator :page_drop, :date_published, :datePublished
def_delegator :page_drop, :links, :sameAs
def_delegator :page_drop, :logo, :logo
def_delegator :page_drop, :type, :type
# Expose #type and #logo as private methods and #@type as a public method
def_delegator :page_drop, :type, :type
alias_method :"@type", :type
private :type
private :logo