summaryrefslogtreecommitdiff
path: root/lib/psych/visitors/depth_first.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/psych/visitors/depth_first.rb')
-rw-r--r--lib/psych/visitors/depth_first.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych/visitors/depth_first.rb b/lib/psych/visitors/depth_first.rb
index 2d74a21..b4ff9e4 100644
--- a/lib/psych/visitors/depth_first.rb
+++ b/lib/psych/visitors/depth_first.rb
@@ -1,4 +1,4 @@
-# frozen_string_literal: false
+# frozen_string_literal: true
module Psych
module Visitors
class DepthFirst < Psych::Visitors::Visitor