Fix misplaced tab
This commit is contained in:
parent
a3c991a25f
commit
9f5de0fc55
|
@ -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)")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue