aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/with.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/with.rb')
-rw-r--r--lib/arel/nodes/with.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/arel/nodes/with.rb b/lib/arel/nodes/with.rb
index 7f08abe47d..def7840ea3 100644
--- a/lib/arel/nodes/with.rb
+++ b/lib/arel/nodes/with.rb
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
module Arel
module Nodes
class With < Arel::Nodes::Unary