Skip to content

Commit e2a64ce

Browse files
committed
remove typo
1 parent 2258754 commit e2a64ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yml_formatter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def normalize_commented_yaml_file(yaml_content)
3939
# the multi line description
4040
# of the talk
4141
#
42-
if key_node.value == "description" || key_node.value == "description_2"
42+
if key_node.value == "description"
4343
value_node.plain = false
4444
value_node.quoted = true
4545
value_node.style = 4 # multiline |- style output

0 commit comments

Comments
 (0)