mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:24:47 +08:00
Silence clippy lint
This commit is contained in:
parent
4fa8d95b98
commit
e1eeb3177e
|
@ -933,7 +933,7 @@ impl<'a> IndentVisitor<'a> {
|
|||
.copy_from_slice(&indents);
|
||||
|
||||
done = range.start() + command.end;
|
||||
if parens.closing().len() < 1 {
|
||||
if parens.closing().is_empty() {
|
||||
self.unclosed = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user