Introduce Token element (#7048)

This commit is contained in:
Micha Reiser
2023-09-02 10:05:47 +02:00
committed by GitHub
parent 2f3a950f6f
commit c05e4628b1
78 changed files with 733 additions and 723 deletions

View File

@@ -434,7 +434,7 @@ impl Format<PyFormatContext<'_>> for FormatNormalizedComment<'_> {
write!(
f,
[
dynamic_text(owned, Some(self.range.start())),
text(owned, Some(self.range.start())),
source_position(self.range.end())
]
)