Skip to content

Commit

Permalink
fixed quotes with wrong character encoding
Browse files Browse the repository at this point in the history
Signed-off-by: jaynis <kranz.jannis@googlemail.com>
  • Loading branch information
jaynis committed Jan 17, 2024
1 parent 0afcf2b commit a675625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/v1alpha1/cors_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"


Check failure on line 10 in api/v1alpha1/cors_types.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofmt`-ed with `-s` (gofmt)
// Origin is defined by the scheme (protocol), hostname (domain), and port of
// the URL used to access it. The hostname can be precise which is just the
// domain name or wildcard which is a domain name prefixed with a single
// wildcard label such as *.example.com. The optional port can be a wildcard
// the URL used to access it. The hostname can be "precise" which is just the
// domain name or "wildcard" which is a domain name prefixed with a single
// wildcard label such as "*.example.com". The optional port can be a wildcard
// as well to allow all ports.
// In addition to that a single wildcard (with or without scheme) can be
// configured to match any origin.
Expand Down

0 comments on commit a675625

Please sign in to comment.