We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740fe1f commit 87709f9Copy full SHA for 87709f9
1 file changed
lib/config/sources/yaml_source.rb
@@ -22,10 +22,10 @@ def load
22
23
result || {}
24
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}"
+ rescue Psych::SyntaxError => e
+ raise "YAML syntax error occurred while parsing #{@path}. " \
+ "Please note that YAML must be consistently indented using spaces. Tabs are not allowed. " \
+ "Error: #{e.message}"
29
end
30
31
0 commit comments