Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Fix misplaced tab
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Sep 30, 2022
1 parent a3c991a commit 9f5de0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ extension OpenVPN {
self.configuration = configuration
}

public func print() {
public func print() {
if let versionIdentifier = versionIdentifier {
log.info("Tunnel version: \(versionIdentifier)")
}
Expand Down

0 comments on commit 9f5de0f

Please sign in to comment.