summaryrefslogtreecommitdiff
path: root/lib/psych/core_ext.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/core_ext.rb')
-rw-r--r--lib/psych/core_ext.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/core_ext.rb b/lib/psych/core_ext.rb
index 1232abf..81055cc 100644
--- a/lib/psych/core_ext.rb
+++ b/lib/psych/core_ext.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
class Object
def self.yaml_tag url
Psych.add_tag(url, self)