summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2020-09-25 23:37:12 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-12 21:46:35 +0900
commitdca43ea3b43f475869a4731aa3bc138be16a6e9e (patch)
tree54ef85746256dc1b1861dcefa09dc5af169056e6
parent939f641740ff66d62b3fcf7f798dfe997500e03e (diff)
downloadjson-dca43ea3b43f475869a4731aa3bc138be16a6e9e.tar.gz
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 ```
-rw-r--r--tests/json_common_interface_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/json_common_interface_test.rb b/tests/json_common_interface_test.rb
index 8cf74b4..9148b78 100644
--- a/tests/json_common_interface_test.rb
+++ b/tests/json_common_interface_test.rb
@@ -165,5 +165,5 @@ class JSONCommonInterfaceTest < Test::Unit::TestCase
file.close
yield file.path
end
- end
+ end
end