Skip to content

Commit a09646d

Browse files
committed
test: fix indent
1 parent cf0fb9c commit a09646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_document.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_utf_16
405405
end
406406

407407
class ReadUntilTest < Test::Unit::TestCase
408-
def test_utf_8
408+
def test_utf_8
409409
xml = <<-EOX.force_encoding("ASCII-8BIT")
410410
<?xml version="1.0" encoding="UTF-8"?>
411411
<message testing=">">Hello world!</message>

0 commit comments

Comments
 (0)