followup: commit all changes

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-01-22 14:14:52 +01:00
parent 44b65b4ec7
commit 1ca037d81c
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ pub fn read_datastore(name: String) -> Result<Value, Error> {
pub fn update_datastore(
name: String,
comment: Option<String>,
path: Option<String>,
digest: Option<String>,
) -> Result<(), Error> {