Skip to content

Commit 3ae7c1f

Browse files
lint
1 parent 810a7f4 commit 3ae7c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type Config struct {
2525
MaxBackoffDuration config.Duration `json:"maxBackoffDuration" pflag:"\"30s\",Determines the max backoff for exponential retries."`
2626
MaxErrDuration config.Duration `json:"maxErrDuration" pflag:"\"5m\",Determines the max time to wait on errors."`
2727
FlinkJobVertexTimeout config.Duration `json:"flinkJobVertexTimeout" pflag:"\"3m\",Determines the max time to wait on job vertex state turns into RUNNING."`
28-
SchedulerName string `json:"schedulerName"`
28+
SchedulerName string `json:"schedulerName"`
2929
}
3030

3131
func GetConfig() *Config {

0 commit comments

Comments
 (0)