From 68686430638215b5405b20bd767c0be392c9221d Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Wed, 16 Apr 2014 15:35:16 -0400 Subject: Added newlines to the ends of CSS, HTML, and JavaScript files missing them. --- tests/staticfiles_tests/project/documents/cached/absolute.css | 2 +- tests/staticfiles_tests/project/documents/cached/css/window.css | 2 +- tests/staticfiles_tests/project/documents/cached/relative.css | 2 +- tests/staticfiles_tests/project/documents/cached/styles.css | 2 +- tests/staticfiles_tests/project/documents/cached/styles_insensitive.css | 2 +- tests/staticfiles_tests/project/documents/cached/url.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/staticfiles_tests/project/documents') diff --git a/tests/staticfiles_tests/project/documents/cached/absolute.css b/tests/staticfiles_tests/project/documents/cached/absolute.css index 54467a362d..03f2ae791a 100644 --- a/tests/staticfiles_tests/project/documents/cached/absolute.css +++ b/tests/staticfiles_tests/project/documents/cached/absolute.css @@ -1,4 +1,4 @@ @import url("/static/cached/styles.css"); body { background: #d3d6d8 url(/static/cached/img/relative.png); -} \ No newline at end of file +} diff --git a/tests/staticfiles_tests/project/documents/cached/css/window.css b/tests/staticfiles_tests/project/documents/cached/css/window.css index 9fea4e8a5e..770e4001e6 100644 --- a/tests/staticfiles_tests/project/documents/cached/css/window.css +++ b/tests/staticfiles_tests/project/documents/cached/css/window.css @@ -1,3 +1,3 @@ body { background: #d3d6d8 url("img/window.png"); -} \ No newline at end of file +} diff --git a/tests/staticfiles_tests/project/documents/cached/relative.css b/tests/staticfiles_tests/project/documents/cached/relative.css index 95d1f4abb8..68995c4fed 100644 --- a/tests/staticfiles_tests/project/documents/cached/relative.css +++ b/tests/staticfiles_tests/project/documents/cached/relative.css @@ -3,4 +3,4 @@ @import url("absolute.css#eggs"); body { background: #d3d6d8 url(img/relative.png); -} \ No newline at end of file +} diff --git a/tests/staticfiles_tests/project/documents/cached/styles.css b/tests/staticfiles_tests/project/documents/cached/styles.css index ca28fc35cd..68896f4973 100644 --- a/tests/staticfiles_tests/project/documents/cached/styles.css +++ b/tests/staticfiles_tests/project/documents/cached/styles.css @@ -1 +1 @@ -@import url("other.css"); \ No newline at end of file +@import url("other.css"); diff --git a/tests/staticfiles_tests/project/documents/cached/styles_insensitive.css b/tests/staticfiles_tests/project/documents/cached/styles_insensitive.css index 57904ad415..3cd3d08349 100644 --- a/tests/staticfiles_tests/project/documents/cached/styles_insensitive.css +++ b/tests/staticfiles_tests/project/documents/cached/styles_insensitive.css @@ -1 +1 @@ -@IMporT uRL("other.css"); \ No newline at end of file +@IMporT uRL("other.css"); diff --git a/tests/staticfiles_tests/project/documents/cached/url.css b/tests/staticfiles_tests/project/documents/cached/url.css index 184e254004..c0974475ca 100644 --- a/tests/staticfiles_tests/project/documents/cached/url.css +++ b/tests/staticfiles_tests/project/documents/cached/url.css @@ -1 +1 @@ -@import url("https://www.djangoproject.com/m/css/base.css"); \ No newline at end of file +@import url("https://www.djangoproject.com/m/css/base.css"); -- cgit v1.3