build: Fix swiftlint warnings

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander
2021-09-22 06:58:14 +02:00
committed by Jason A. Donenfeld
parent 73c708d902
commit a8226b35d2
8 changed files with 7 additions and 8 deletions
@@ -236,7 +236,7 @@ class TunnelsManager {
tunnelProviderManager.saveToPreferences { [weak self] error in
if let error = error {
//TODO: the passwordReference for the old one has already been removed at this point and we can't easily roll back!
// TODO: the passwordReference for the old one has already been removed at this point and we can't easily roll back!
wg_log(.error, message: "Modify: Saving configuration failed: \(error)")
completionHandler(TunnelsManagerError.systemErrorOnModifyTunnel(systemError: error))
return