1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

t/json/json_common_interface_test.rb: fix wrong indentation

to prevent:

```
test/json/json_common_interface_test.rb:182: warning: mismatched indentations at 'end' with 'def' at 169
```
This commit is contained in:
Yusuke Endoh 2020-09-25 23:37:12 +09:00
parent 0096d2b895
commit e4b2c4fca5

View file

@ -179,5 +179,5 @@ class JSONCommonInterfaceTest < Test::Unit::TestCase
ensure
File.delete(filespec) if filespec && File.exist?(filespec)
end
end
end
end