Skip to content

Commit 87709f9

Browse files
authored
fix indentation warning (#322)
1 parent 740fe1f commit 87709f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/config/sources/yaml_source.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def load
2222

2323
result || {}
2424

25-
rescue Psych::SyntaxError => e
26-
raise "YAML syntax error occurred while parsing #{@path}. " \
27-
"Please note that YAML must be consistently indented using spaces. Tabs are not allowed. " \
28-
"Error: #{e.message}"
25+
rescue Psych::SyntaxError => e
26+
raise "YAML syntax error occurred while parsing #{@path}. " \
27+
"Please note that YAML must be consistently indented using spaces. Tabs are not allowed. " \
28+
"Error: #{e.message}"
2929
end
3030
end
3131
end

0 commit comments

Comments
 (0)