Skip to content

Commit 1305d93

Browse files
committed
Fix whitespace.
CBBM-96
1 parent eecabf7 commit 1305d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/api_codings.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def parse_value_groups(value_groups_xml)
7575
value_group['description'] = parse_paragraphs(value_group_xml.xpath('.//description').first)
7676

7777
# Each <valueGroup/> can have multiple <value/> entries.
78-
value_group['values'] = []
78+
value_group['values'] = []
7979
value_group_xml.xpath('.//value').each do |value_xml|
8080
value = {}
8181

0 commit comments

Comments
 (0)