Skip to content

Commit 4888a60

Browse files
committed
formatting
1 parent 58bc8aa commit 4888a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authority/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ type Config struct {
8585
CRL *CRLConfig `json:"crl,omitempty"`
8686
MetricsAddress string `json:"metricsAddress,omitempty"`
8787
SkipValidation bool `json:"-"`
88-
SkipSCEPValidation bool `json:"-"`
88+
SkipSCEPValidation bool `json:"-"`
8989

9090
// Keeps record of the filename the Config is read from
9191
loadedFromFilepath string

0 commit comments

Comments
 (0)