Skip to content

Commit af68caa

Browse files
author
nefilim
committed
whitespace
1 parent 52fd578 commit af68caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftkubeClient/Config/KubernetesClientConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public extension AuthInfo {
549549
// Acordingly with the doc https://kubernetes.io/docs/reference/config-api/client-authentication.v1beta1/
550550
// ExecCredential.Spec.interactive is required as long as the ones in the Status object.
551551
public struct ExecCredential: Codable {
552-
let apiVersion: String
552+
let apiVersion: String
553553
let kind: String
554554
let spec: Spec
555555
let status: Status

0 commit comments

Comments
 (0)