Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
Signed-off-by: Will Beason <willbeason@google.com>
  • Loading branch information
Will Beason committed Sep 28, 2021
1 parent cba2a67 commit 0d01cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/gktest/read_constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func readTemplate(scheme *runtime.Scheme, f fs.FS, path string) (*templates.Cons

v, isVersionless := t.(versionless)
if !isVersionless {
// This likely means a
return nil, fmt.Errorf("%w: %T", ErrConvertingTemplate, t)
}

Expand Down

0 comments on commit 0d01cac

Please sign in to comment.