Skip to content

Commit

Permalink
Reformatted with latest black.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 3, 2025
1 parent e2e2f0b commit f90f54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antsibull_docs_parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_WHITESPACE = re.compile(r"([\s]+)")
_DANGEROUS_WS = re.compile(r"[\t\n\r]")
_SPACES_TO_KEEP = re.compile(
"([\u00A0\u202F\u2007\u2060\u200B\u200C\u200D\uFEFF]+)", flags=re.UNICODE
"([\u00a0\u202f\u2007\u2060\u200b\u200c\u200d\ufeff]+)", flags=re.UNICODE
)


Expand Down

0 comments on commit f90f54c

Please sign in to comment.