mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Fix compilation
This commit is contained in:
+3
-1
@@ -661,7 +661,9 @@ fn load_if_exists_streaming<const R: usize>(
|
||||
read_len += r.data.len();
|
||||
buffer.expand(&r.data)?;
|
||||
}
|
||||
Err(_err) => error!("Failed to read chunk: {:?}", _err),
|
||||
Err(_err) => {
|
||||
error!("Failed to read chunk: {:?}", _err);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user