diff --git a/app/views/home/show.html.haml b/app/views/home/show.html.haml index 30c50859..86bb6f0a 100644 --- a/app/views/home/show.html.haml +++ b/app/views/home/show.html.haml @@ -1,4 +1,4 @@ %h2 Locomotive rocks !!! -%p - = flash[:error] \ No newline at end of file +%p + = flash[:error] diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 1fcad643..639013e7 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -4,4 +4,4 @@ %head %body %h1 Welcome to Locomotive - = yield \ No newline at end of file + = yield