mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Silence clippy lint
This commit is contained in:
@@ -933,7 +933,7 @@ fn indent_leaf(&mut self, range: SourceRange) {
|
|||||||
.copy_from_slice(&indents);
|
.copy_from_slice(&indents);
|
||||||
|
|
||||||
done = range.start() + command.end;
|
done = range.start() + command.end;
|
||||||
if parens.closing().len() < 1 {
|
if parens.closing().is_empty() {
|
||||||
self.unclosed = true;
|
self.unclosed = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user