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:
parent
0096d2b895
commit
e4b2c4fca5
1 changed files with 1 additions and 1 deletions
|
@ -179,5 +179,5 @@ class JSONCommonInterfaceTest < Test::Unit::TestCase
|
|||
ensure
|
||||
File.delete(filespec) if filespec && File.exist?(filespec)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue