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