mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-04 22:29:48 +00:00
api: minor formatting fixup (missing blank line)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
24a6d4fd82
commit
79e9eddf4b
@ -78,6 +78,7 @@ impl UnmountGuard {
|
||||
fn new(path: Option<PathBuf>) -> Self {
|
||||
UnmountGuard { path }
|
||||
}
|
||||
|
||||
fn disable(mut self) {
|
||||
self.path = None;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user