aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/a/c/d.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/a/c/d.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/a/c/d.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/activesupport/test/autoloading_fixtures/a/c/d.rb b/activesupport/test/autoloading_fixtures/a/c/d.rb
index 0f40d6fbc4..f07128673f 100644
--- a/activesupport/test/autoloading_fixtures/a/c/d.rb
+++ b/activesupport/test/autoloading_fixtures/a/c/d.rb
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
class A::C::D
-end \ No newline at end of file
+end