mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-28 18:15:28 +00:00
formatting fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
41884a622e
commit
1a279f54a9
@ -145,7 +145,10 @@ fn handle_function(
|
||||
}
|
||||
list.push_str(¶m);
|
||||
}
|
||||
bail!("api definition contains parameters not found in function declaration: {}", list);
|
||||
bail!(
|
||||
"api definition contains parameters not found in function declaration: {}",
|
||||
list
|
||||
);
|
||||
}
|
||||
|
||||
use std::iter::FromIterator;
|
||||
|
Loading…
Reference in New Issue
Block a user