mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove trailing whitespace
This commit is contained in:
@@ -470,8 +470,8 @@ class ArrayPrependAppendTest < Test::Unit::TestCase
|
||||
def test_append
|
||||
assert_equal [1, 2], [1].append(2)
|
||||
end
|
||||
|
||||
|
||||
def test_prepend
|
||||
assert_equal [2, 1], [1].prepend(2)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user