scripts look stupid without a final newline

This commit is contained in:
Martin A. Brown 2016-03-03 23:45:05 -08:00
parent c8f489ef5d
commit 9a5bd5fd05
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ set -o pipefail
'''
postamble = '''
# -- end of file'''
# -- end of file
'''
def depends(graph, *predecessors):