Skip to content

Commit bb4b54d

Browse files
committed
test: remove a trailing space
1 parent ec2897f commit bb4b54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fiddle/test_pointer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_malloc_block
4545
end
4646

4747
def test_malloc_block_no_free
48-
assert_raise ArgumentError do
48+
assert_raise ArgumentError do
4949
Pointer.malloc(10) { |ptr| }
5050
end
5151
end

0 commit comments

Comments
 (0)