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