summary refs log tree commit
path: root/test/builder/options.ru
diff options
context:
space:
mode:
Diffstat (limited to 'test/builder/options.ru')
-rw-r--r--test/builder/options.ru4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/builder/options.ru b/test/builder/options.ru
index 4af32440..dca48fd9 100644
--- a/test/builder/options.ru
+++ b/test/builder/options.ru
@@ -1,2 +1,4 @@
+# frozen_string_literal: true
+
 #\ -d -p 2929 --env test
-run lambda { |env| [200, {'Content-Type' => 'text/plain'}, ['OK']] }
+run lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['OK']] }