Merge pull request #360 from Bobronium/patch-1

This commit is contained in:
sur.la.route 2022-09-01 08:38:27 -05:00 committed by GitHub
commit fc4988e47f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.12.0",
"version": "1.12.1",
"description": "HTML Template Linter and Formatter",
"main": "./bin/index.js",
"directories": {

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="1.12.0"
version="1.12.1"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]

View file

@ -59,7 +59,6 @@ def expand_html(html: str, config: Config) -> str:
add_right,
html,
)
print(html)
# template tag breaks
def should_i_move_template_tag(out_format: str, match: re.Match) -> str: