diff --git a/blueprintcompiler/formatter.py b/blueprintcompiler/formatter.py index c907adb..2514b28 100644 --- a/blueprintcompiler/formatter.py +++ b/blueprintcompiler/formatter.py @@ -225,4 +225,4 @@ class Formatter: last_not_whitespace = item - return end_str + return end_str.strip() + "\n"