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 7ad1d9d commit 945119dCopy full SHA for 945119d
spec/an_localize_libs_action_spec.rb
@@ -43,7 +43,7 @@ def android_xml_with_content(content)
43
#
44
# The desired indentation is 4 spaces to stay aligned with the production
45
# code applies when merging the XMLs.
46
- indented_content = content.chomp.lines.map { |l| " #{default_indentation}#{l}" }.join
+ indented_content = content.chomp.lines.map { |l| " #{l}" }.join
47
48
return <<~XML
49
<?xml version="1.0" encoding="UTF-8"?>
0 commit comments