mirror of
https://github.com/TeFiLeDo/tree-owners.git
synced 2024-11-21 20:06:17 +01:00
apply clippy fixes
This commit is contained in:
parent
39cb90de82
commit
57c60f2074
@ -16,7 +16,7 @@ impl Display for Ids {
|
|||||||
writeln!(f, " {user}")?;
|
writeln!(f, " {user}")?;
|
||||||
}
|
}
|
||||||
|
|
||||||
writeln!(f, "")?;
|
writeln!(f)?;
|
||||||
|
|
||||||
writeln!(f, "groups:")?;
|
writeln!(f, "groups:")?;
|
||||||
for group in &self.groups {
|
for group in &self.groups {
|
||||||
|
@ -20,7 +20,7 @@ impl Display for Names {
|
|||||||
writeln!(f, " {user}")?;
|
writeln!(f, " {user}")?;
|
||||||
}
|
}
|
||||||
|
|
||||||
writeln!(f, "")?;
|
writeln!(f)?;
|
||||||
|
|
||||||
writeln!(f, "groups:")?;
|
writeln!(f, "groups:")?;
|
||||||
for group in &self.groups {
|
for group in &self.groups {
|
||||||
|
Loading…
Reference in New Issue
Block a user