summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-12-06 19:23:52 -0500
committerDaniel Beauchamp <daniel.beauchamp@gmail.com>2015-12-06 19:23:52 -0500
commite02401ea8b5e2bf2337c387daedf5b3437ba2298 (patch)
tree31078219b56d42de026c28d7b67dea188dab66a3
parent5b585d5114489e6039333211988b8dae580726d8 (diff)
parent5b7ea3fd3e6f557230c79f600e08a20bba376836 (diff)
Merge pull request #641 from krautcomputing/fix_indentation
: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