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:
stevenhorsman 2025-01-29 10:53:49 +00:00
parent fe98d49a29
commit c332a91ef8

View File

@ -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() {