1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

KWallet - Remove trailing return

Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
This commit is contained in:
Juraj Oravec 2023-01-28 20:51:27 +01:00
parent 261bef6d65
commit 053978fca5
Signed by: SGOrava
GPG Key ID: 13660A3F1D9F093B

View File

@ -279,8 +279,6 @@ void KWalletPasswordBackend::initialize()
++j;
}
}
return;
}
KWalletPasswordBackend::~KWalletPasswordBackend()