diff --git a/src/KeePassLib2Android/Serialization/FileLock.cs b/src/KeePassLib2Android/Serialization/FileLock.cs index 9f08fa3f..e62322b2 100644 --- a/src/KeePassLib2Android/Serialization/FileLock.cs +++ b/src/KeePassLib2Android/Serialization/FileLock.cs @@ -205,8 +205,7 @@ namespace KeePassLib.Serialization if(lfiEx != null) { m_iocLockFile = null; // Otherwise Dispose deletes the existing one - throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path), - lfiEx.GetOwner()); + throw new FileLockException(UrlUtil.GetFileName(iocBaseFile.Path), lfiEx.GetOwner()); } LockFileInfo.Create(m_iocLockFile);