This commit is contained in:
sxyazi 2024-04-25 19:08:08 +08:00
parent 87462a70d1
commit 37d0f45bd1
No known key found for this signature in database

View file

@ -54,7 +54,6 @@ impl Body<'static> {
match Self::from_str(kind, body) {
Ok(Self::Cd(b)) => b.tab,
Ok(Self::Hover(b)) => b.tab,
Ok(Self::Bulk(b)) => b.tab,
Ok(Self::Rename(b)) => b.tab,
_ => 0,
}