Skip to content

Commit

Permalink
Remove duplicate datatype in writer lang option
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Oct 13, 2024
1 parent d2c5c7c commit ea62657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rdf/rdfa/writer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def self.options
super + [
RDF::CLI::Option.new(
symbol: :lang,
datatype: String,
on: ["--lang"],
datatype: TrueClass,
default: false,
Expand Down

0 comments on commit ea62657

Please sign in to comment.