Skip to content

Commit ee8724c

Browse files
committed
Fix indent
1 parent 0b203bc commit ee8724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/html/pipeline/camo_filter_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_doesnt_rewrite_dotcom_app_image_urls
4848
CamoFilter.call(orig, @options).to_s
4949
end
5050

51-
def test_doesnt_rewrite_absolute_image_urls
51+
def test_doesnt_rewrite_absolute_image_urls
5252
orig = %(<p><img src="/img.png"></p>)
5353
assert_equal "<p><img src=\"/img.png\"></p>",
5454
CamoFilter.call(orig, @options).to_s

0 commit comments

Comments
 (0)