whitespace fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-08-03 12:00:59 +02:00
parent d9b8e2c795
commit a3eb7b2cea
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use lazy_static::lazy_static;
lazy_static!{
static ref LVM_UUIDS: HashSet<&'static str> = {
let mut set = HashSet::new();
set.insert("e6d6d379-f507-44c2-a23c-238f2a3df928");
set.insert("e6d6d379-f507-44c2-a23c-238f2a3df928");
set
};
}