sq: improve error parity

This commit is contained in:
Vlad Lazar
2024-04-19 10:50:02 +01:00
parent f36561746e
commit a65f067799
+1 -1
View File
@@ -338,7 +338,7 @@ impl Layer {
.await
.map_err(|err| match err {
GetVectoredError::Other(err) => GetVectoredError::Other(
err.context(format!("get_value_reconstruct_data for layer {self}")),
err.context(format!("get_values_reconstruct_data for layer {self}")),
),
err => err,
})