mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-15 04:49:16 +00:00
format
This commit is contained in:
parent
a50037e4f6
commit
e715d25e09
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ impl<'a> Binding<'a> {
|
|||
_ => None,
|
||||
}
|
||||
}
|
||||
pub fn visibility(&self, source: &str) -> Visibility{
|
||||
pub fn visibility(&self, source: &str) -> Visibility {
|
||||
visibility::binding_visibility(self.name(source))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue