Skip to content

Commit eace592

Browse files
authored
Adjust indent [ci skip]
1 parent 4430ccd commit eace592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rdoc/options.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ def parse argv
802802

803803
opt.separator nil
804804

805-
opt.on("-mTAGS", "--meta-tags=TAGS",
805+
opt.on("-mTAGS", "--meta-tags=TAGS",
806806
"Meta tags to be included in the HTML head") do |value|
807807
@meta_tags = JSON.parse(value)
808808
rescue JSON::ParserError, TypeError

0 commit comments

Comments
 (0)