From: Arvin Schnell Date: Wed, 28 Apr 2021 08:21:12 +0000 (+0200) Subject: - coding style X-Git-Tag: v0.9.1~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F646%2Fhead;p=thirdparty%2Fsnapper.git - coding style --- diff --git a/snapper/Lvm.cc b/snapper/Lvm.cc index f2e98abf..23c77919 100644 --- a/snapper/Lvm.cc +++ b/snapper/Lvm.cc @@ -360,7 +360,6 @@ namespace snapper if (!umount(info_dir, "snapshot")) throw UmountSnapshotFailedException(); - } try