Merge "Prevent blank line at start of migration placeholders"

This commit is contained in:
Jenkins 2017-08-29 05:40:21 +00:00 committed by Gerrit Code Review
commit 6c859e0d8c
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ import subprocess
BASE = 'nova/db/sqlalchemy/migrate_repo/versions'.split('/')
API_BASE = 'nova/db/sqlalchemy/api_migrations/migrate_repo/versions'.split('/')
STUB = """
# Licensed under the Apache License, Version 2.0 (the "License"); you may
STUB = \
"""# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#