mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 04:27:03 +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 {
|
fn new(path: Option<PathBuf>) -> Self {
|
||||||
UnmountGuard { path }
|
UnmountGuard { path }
|
||||||
}
|
}
|
||||||
|
|
||||||
fn disable(mut self) {
|
fn disable(mut self) {
|
||||||
self.path = None;
|
self.path = None;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user