From edf8cb1713b3859074b40d15483306569b876a4f Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:12:12 +0800 Subject: bitbake: 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 (Bitbake rev: 5eb65d92c35264087e5d82c35638f3b8805b1b3e) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- ..._add_target_image_file__add_target_file__add_field_variablehistor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py') diff --git a/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py b/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py index fd1d153bb7..7be7ac3bec 100644 --- a/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py +++ b/bitbake/lib/toaster/orm/migrations/0005_auto__add_target_image_file__add_target_file__add_field_variablehistor.py @@ -278,4 +278,4 @@ class Migration(SchemaMigration): } } - complete_apps = ['orm'] \ No newline at end of file + complete_apps = ['orm'] -- cgit v1.2.3-54-g00ecf