Fix misplaced tab

This commit is contained in:
Davide De Rosa 2022-09-30 21:43:33 +02:00
parent a3c991a25f
commit 9f5de0fc55
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ extension OpenVPN {
self.configuration = configuration self.configuration = configuration
} }
public func print() { public func print() {
if let versionIdentifier = versionIdentifier { if let versionIdentifier = versionIdentifier {
log.info("Tunnel version: \(versionIdentifier)") log.info("Tunnel version: \(versionIdentifier)")
} }