summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/cmath.rb2
-rw-r--r--test/test_cmath.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmath.rb b/lib/cmath.rb
index 41ab06e77c..4f327fd188 100644
--- a/lib/cmath.rb
+++ b/lib/cmath.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
##
# = Trigonometric and transcendental functions for complex numbers.
#
diff --git a/test/test_cmath.rb b/test/test_cmath.rb
index 2752ce782c..f0d8718315 100644
--- a/test/test_cmath.rb
+++ b/test/test_cmath.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'test/unit'
require 'cmath'