aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/actionpack/test/hello_world_container.builder
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/actionpack/test/hello_world_container.builder')
-rw-r--r--actionview/test/fixtures/actionpack/test/hello_world_container.builder1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/test/hello_world_container.builder b/actionview/test/fixtures/actionpack/test/hello_world_container.builder
index 24032ab5e0..f0291694ee 100644
--- a/actionview/test/fixtures/actionpack/test/hello_world_container.builder
+++ b/actionview/test/fixtures/actionpack/test/hello_world_container.builder
@@ -1,3 +1,4 @@
+# frozen_string_literal: true
xml.test do
render partial: "hello", locals: { xm: xml }
end