summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Meurer <manuel@krautcomputing.com>2015-12-02 17:17:38 +0100
committerManuel Meurer <manuel@krautcomputing.com>2015-12-02 17:18:51 +0100
commit5b7ea3fd3e6f557230c79f600e08a20bba376836 (patch)
tree31078219b56d42de026c28d7b67dea188dab66a3
parent5b585d5114489e6039333211988b8dae580726d8 (diff)
:art: fix indentation
-rw-r--r--templates/project/config.ru6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/project/config.ru b/templates/project/config.ru
index 6e1076a..624244e 100644
--- a/templates/project/config.ru
+++ b/templates/project/config.ru
@@ -5,8 +5,8 @@ configure do
helpers do
def protected!
- # Put any authentication code you want in here.
- # This method is run before accessing any resource.
+ # Put any authentication code you want in here.
+ # This method is run before accessing any resource.
end
end
end
@@ -15,4 +15,4 @@ map Sinatra::Application.assets_prefix do
run Sinatra::Application.sprockets
end
-run Sinatra::Application \ No newline at end of file
+run Sinatra::Application