mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
Introduce Token element (#7048)
This commit is contained in:
parent
2f3a950f6f
commit
c05e4628b1
78 changed files with 733 additions and 723 deletions
|
@ -871,7 +871,7 @@ impl Format<PyFormatContext<'_>> for VerbatimText {
|
|||
write!(
|
||||
f,
|
||||
[
|
||||
dynamic_text(&cleaned, Some(self.verbatim_range.start())),
|
||||
text(&cleaned, Some(self.verbatim_range.start())),
|
||||
source_position(self.verbatim_range.end())
|
||||
]
|
||||
)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue