dragonball: Fix doc formatting issue

Clippy errors with:
```
error: doc list item missing indentation
```
which I think is because the Return is between two list
items, so add a blank line to separate this into a separate
paragraph

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-01-28 16:39:49 +00:00
parent 8bea57326a
commit f389b05f20

View File

@@ -484,6 +484,7 @@ impl VcpuManager {
/// Get available vcpus to create with target vcpu_count
/// Argument:
/// * vcpu_count: target vcpu_count online in VcpuManager.
///
/// Return:
/// * return available vcpu ids to create vcpu .
fn calculate_available_vcpus(&self, vcpu_count: u8) -> Vec<u8> {