We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c01e66 commit 7b2c372Copy full SHA for 7b2c372
nix_tree/composer.py
@@ -327,6 +327,7 @@ def __separate_and_add_headers(self) -> None:
327
else:
328
self.__composer_iterator.lines += header.strip() + "\n"
329
self.__composer_iterator.lines += "}:"
330
+ self.__composer_iterator.previous_addition = "}:"
331
332
self.__composer_iterator.lines += "{" + headers + "}:"
333
self.__composer_iterator.previous_addition = "}:"
0 commit comments