mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-09 22:25:09 +00:00
Fix docstring in ruff_annotate_snippets (#15748)
## Summary Found a comment that looks to be intended as docstring but accidentally is just a normal comment. Didn't create an issue as the readme said it's not neccessary for trivial changes. ## Test Plan <!-- How was it tested? --> Can be tested by regenerating the docs. Co-authored-by: Marcus Näslund <vidaochmarcus@gmail.com>
This commit is contained in:
parent
101a6ba805
commit
d0709093fe
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ impl Renderer {
|
|||
self
|
||||
}
|
||||
|
||||
// Set the terminal width
|
||||
/// Set the terminal width
|
||||
pub const fn term_width(mut self, term_width: usize) -> Self {
|
||||
self.term_width = term_width;
|
||||
self
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue