summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-03 14:12:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-04 09:28:36 +0100
commitedf8cb1713b3859074b40d15483306569b876a4f (patch)
treecdea0be6aa6c61a7e5f214139b01e01004f58a9e /bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
parent359f08766fac29d56a763de712434d8f0536441f (diff)
downloadpoky-edf8cb1713b3859074b40d15483306569b876a4f.tar.gz
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 <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py')
-rw-r--r--bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py b/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
index c01b50ae7d..61421cacd1 100644
--- a/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
+++ b/bitbake/lib/toaster/orm/migrations/0002_auto__add_field_build_timespent.py
@@ -177,4 +177,4 @@ class Migration(SchemaMigration):
177 } 177 }
178 } 178 }
179 179
180 complete_apps = ['orm'] \ No newline at end of file 180 complete_apps = ['orm']