summaryrefslogtreecommitdiff
path: root/lib/psych/stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/stream.rb')
-rw-r--r--lib/psych/stream.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/stream.rb b/lib/psych/stream.rb
index 2f63d7d..24e45af 100644
--- a/lib/psych/stream.rb
+++ b/lib/psych/stream.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
module Psych
###
# Psych::Stream is a streaming YAML emitter. It will not buffer your YAML,