summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/nodes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/lib/psych/nodes.rb')
-rw-r--r--ext/psych/lib/psych/nodes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/lib/psych/nodes.rb b/ext/psych/lib/psych/nodes.rb
index 01573b509b..5842c2e3e5 100644
--- a/ext/psych/lib/psych/nodes.rb
+++ b/ext/psych/lib/psych/nodes.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
require 'psych/nodes/node'
require 'psych/nodes/stream'
require 'psych/nodes/document'