From 5eb65d92c35264087e5d82c35638f3b8805b1b3e Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:12:12 +0800 Subject: toaster: fix no newline at end of file Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- lib/toaster/bldviewer/static/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/toaster/bldviewer') diff --git a/lib/toaster/bldviewer/static/css/bootstrap.css b/lib/toaster/bldviewer/static/css/bootstrap.css index cb62a5497..49bdb1cbe 100644 --- a/lib/toaster/bldviewer/static/css/bootstrap.css +++ b/lib/toaster/bldviewer/static/css/bootstrap.css @@ -4794,4 +4794,4 @@ td.visible-print { td.hidden-print { display: none !important; } -} \ No newline at end of file +} -- cgit 1.2.3-korg