From 5b7ea3fd3e6f557230c79f600e08a20bba376836 Mon Sep 17 00:00:00 2001 From: Manuel Meurer Date: Wed, 2 Dec 2015 17:17:38 +0100 Subject: :art: fix indentation --- templates/project/config.ru | 6 +++--- 1 file 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 -- cgit v1.2.3