mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
359f08766f
commit
edf8cb1713
@@ -397,4 +397,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -177,4 +177,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -178,4 +178,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -278,4 +278,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -232,4 +232,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -211,4 +211,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -222,4 +222,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
@@ -283,4 +283,4 @@ class Migration(SchemaMigration):
|
||||
}
|
||||
}
|
||||
|
||||
complete_apps = ['orm']
|
||||
complete_apps = ['orm']
|
||||
|
||||
Reference in New Issue
Block a user