From 9a5bd5fd05354d022fac7aefe14d85d480fba5a2 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Thu, 3 Mar 2016 23:45:05 -0800 Subject: [PATCH] scripts look stupid without a final newline --- tldp/doctypes/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tldp/doctypes/common.py b/tldp/doctypes/common.py index 3b1c7b8..8a7e0d3 100644 --- a/tldp/doctypes/common.py +++ b/tldp/doctypes/common.py @@ -23,7 +23,8 @@ set -o pipefail ''' postamble = ''' -# -- end of file''' +# -- end of file +''' def depends(graph, *predecessors):