aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-05 10:41:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-12-05 12:04:11 +0900
commit84654bfbba8df0f9eb6876051f8fe62f9a423bdd (patch)
treed4c89a0f08e1bc2f092870b04e6df2e1440ebe08
parentabc3d124f79abae6ea9072fe6a3e70486c1fbe58 (diff)
downloadruby-84654bfbba8df0f9eb6876051f8fe62f9a423bdd.tar.gz
[flori/json] cosmetics
https://github.com/flori/json/commit/39d6c854a4
-rw-r--r--test/json/json_encoding_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_encoding_test.rb b/test/json/json_encoding_test.rb
index ac485e2ac1..be87f3c3d6 100644
--- a/test/json/json_encoding_test.rb
+++ b/test/json/json_encoding_test.rb
@@ -1,4 +1,4 @@
-#frozen_string_literal: false
+# frozen_string_literal: false
require_relative 'test_helper'
class JSONEncodingTest < Test::Unit::TestCase