mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-06 18:22:28 +00:00
and another *new* clippy fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
f406e6fb34
commit
1d1f80f5ca
@ -41,8 +41,8 @@ impl Account {
|
|||||||
pub fn from_parts(location: String, private_key: String, data: AccountData) -> Self {
|
pub fn from_parts(location: String, private_key: String, data: AccountData) -> Self {
|
||||||
Self {
|
Self {
|
||||||
location,
|
location,
|
||||||
private_key,
|
|
||||||
data,
|
data,
|
||||||
|
private_key,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user