Skip to content

Commit 4d165ed

Browse files
committed
remove comments
Signed-off-by: rashmi_kh <rashmi.khanna@in.ibm.com>
1 parent 9d6d7d2 commit 4d165ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/authentication/tokengetter.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ type TokenGetter struct {
2222
}
2323

2424
type ServiceAccountNotFoundError struct {
25-
ServiceAccountName string // The name of the missing ServiceAccount.
26-
ServiceAccountNamespace string // The namespace where the ServiceAccount should exist
27-
Err error // The underlying error
25+
ServiceAccountName string
26+
ServiceAccountNamespace string
27+
Err error
2828
}
2929

3030
func (e *ServiceAccountNotFoundError) Unwrap() error {

0 commit comments

Comments
 (0)