diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-06-21 11:18:57 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-06-21 11:20:22 +0200 |
commit | a7e0ca9e83851ae573eb19a977814f550b07f44f (patch) | |
tree | 198d25e4519d68e6ec6897b91440388d95247aba /app/views/layouts/admin.html.haml | |
parent | d1e424bd5c403d73d399bf0f92e39aefde56e638 (diff) | |
download | gitlab-ce-a7e0ca9e83851ae573eb19a977814f550b07f44f.tar.gz |
Add trailing newline to all text files.
Present in the large majority of files of each respective type.
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r-- | app/views/layouts/admin.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml index c7a827555a7..1ea91a1914f 100644 --- a/app/views/layouts/admin.html.haml +++ b/app/views/layouts/admin.html.haml @@ -10,4 +10,4 @@ .container .content= yield - = yield :embedded_scripts
\ No newline at end of file + = yield :embedded_scripts |