Skip to content

Commit 945119d

Browse files
committed
Remove unused variable usage
This should have been part of 7ad1d9d. SHAME ON ME for not running the tests before pushing!
1 parent 7ad1d9d commit 945119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/an_localize_libs_action_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def android_xml_with_content(content)
4343
#
4444
# The desired indentation is 4 spaces to stay aligned with the production
4545
# code applies when merging the XMLs.
46-
indented_content = content.chomp.lines.map { |l| " #{default_indentation}#{l}" }.join
46+
indented_content = content.chomp.lines.map { |l| " #{l}" }.join
4747

4848
return <<~XML
4949
<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)