whitespace fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
d9b8e2c795
commit
a3eb7b2cea
|
@ -8,7 +8,7 @@ use lazy_static::lazy_static;
|
||||||
lazy_static!{
|
lazy_static!{
|
||||||
static ref LVM_UUIDS: HashSet<&'static str> = {
|
static ref LVM_UUIDS: HashSet<&'static str> = {
|
||||||
let mut set = HashSet::new();
|
let mut set = HashSet::new();
|
||||||
set.insert("e6d6d379-f507-44c2-a23c-238f2a3df928");
|
set.insert("e6d6d379-f507-44c2-a23c-238f2a3df928");
|
||||||
set
|
set
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue