mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -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);
|
||||
|
||||
done = range.start() + command.end;
|
||||
if parens.closing().len() < 1 {
|
||||
if parens.closing().is_empty() {
|
||||
self.unclosed = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user