mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
[minor] Fix extra semicolon for clippy (#17188)
This commit is contained in:
parent
c2b2e42ad3
commit
4f924bb975
1 changed files with 1 additions and 1 deletions
|
@ -1158,7 +1158,7 @@ where
|
|||
self.visit_expr(expr);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue