summary refs log tree commit
diff options
context:
space:
mode:
authorganmacs <ganmacs@gmail.com>2015-08-01 08:47:36 +0900
committerganmacs <ganmacs@gmail.com>2015-08-07 00:28:50 +0900
commitce55f94640bd17138f2c1d0433f3bc00e92aecfe (patch)
tree0554b1ac7157310cf61e7c685753c749e1114d13
parent4453f50aa0d36f0fca08a19d75270c7fb28d2b74 (diff)
downloadrack-ce55f94640bd17138f2c1d0433f3bc00e92aecfe.tar.gz
fix indent in document
[ci skip]
-rw-r--r--lib/rack/builder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rack/builder.rb b/lib/rack/builder.rb
index 5874698e..c071ccdc 100644
--- a/lib/rack/builder.rb
+++ b/lib/rack/builder.rb
@@ -96,7 +96,7 @@ module Rack
     #   class Heartbeat
     #     def self.call(env)
     #      [200, { "Content-Type" => "text/plain" }, ["OK"]]
-    #    end
+    #     end
     #   end
     #
     #   run Heartbeat