Skip to content

Commit

Permalink
Remove unnecessary include
Browse files Browse the repository at this point in the history
This is already done by the include of the importer so isn't necessary
at this point.
  • Loading branch information
michaelherold committed Aug 22, 2023
1 parent 20dceb1 commit 11d328d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bridgetown-core/lib/bridgetown-core/model/repo_origin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module Bridgetown
module Model
class RepoOrigin < Origin
include Bridgetown::FrontMatter::Importer
include Bridgetown::FrontMatter::RubyDSL

# @return [String]
attr_accessor :content
Expand Down

0 comments on commit 11d328d

Please sign in to comment.