spv-out: Remove empty else branch. (#2473)

This commit is contained in:
Bruce Mitchener
2023-09-13 20:44:02 +07:00
committed by GitHub
parent 0ae0446f3a
commit 79c5cb2d04

View File

@@ -1636,7 +1636,6 @@ impl Writer {
space: global_variable.space,
}))
}
} else {
}
};