Skip to content

Commit b32266b

Browse files
committedDec 16, 2017
no-op - Remove trailing spaces
1 parent 02c8735 commit b32266b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎views/layout.haml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
%link{:href => '//fonts.googleapis.com/css?family=Inconsolata', :rel => 'stylesheet', :type => 'text/css'}
1010
%link{:href => '/stylesheets/style.css', :media => 'all', :rel => 'stylesheet', :type => 'text/css'}
11-
11+
1212
%script{:src => '//ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js', :type => 'text/javascript'}
1313
= haml :'shared/application_js'
1414

@@ -37,7 +37,7 @@
3737
.wrapper
3838
#flash_wrapper
3939
= haml :'shared/flash'
40-
40+
4141
#requests.content_wrapper
4242

4343
#header
@@ -59,7 +59,7 @@
5959
= yield
6060

6161
#footer
62-
62+
6363
= haml :'shared/facebook'
6464
= haml :'shared/google_plus'
6565
= haml :'shared/twitter'

0 commit comments

Comments
 (0)
Please sign in to comment.