mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-16 16:32:03 +00:00
runtime-rs: Fix doc list item missing indentation
Add the extra space to format the list correctly Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
fe98d49a29
commit
c332a91ef8
@ -421,7 +421,7 @@ impl CcwSubChannel {
|
||||
///
|
||||
/// # Returns
|
||||
/// - `Result<(), CcwError>`: Ok(()) if the device was removed
|
||||
/// or an error if the device was not found
|
||||
/// or an error if the device was not found
|
||||
#[allow(dead_code)]
|
||||
fn remove_device(&mut self, dev_id: &str) -> Result<(), CcwError> {
|
||||
if self.devices.remove(dev_id).is_some() {
|
||||
|
Loading…
Reference in New Issue
Block a user