Fixup: Member name
This commit is contained in:
parent
9231049e30
commit
05a9803c05
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ impl StorageBackendError {
|
||||||
StorageBackendError {
|
StorageBackendError {
|
||||||
action: String::from(action),
|
action: String::from(action),
|
||||||
desc: String::from(desc),
|
desc: String::from(desc),
|
||||||
dataDump: data,
|
data_dump: data,
|
||||||
caused_by: None,
|
caused_by: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue