From 276637340ec2d276277b1b475797c947f17dd20a Mon Sep 17 00:00:00 2001 From: Vdaas CI Date: Tue, 13 Feb 2024 06:16:18 +0000 Subject: [PATCH] :robot: Update license headers / Format Go codes and YAML files Signed-off-by: Vdaas CI --- internal/config/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/config/server.go b/internal/config/server.go index e147d86f3b..edbf04d06f 100644 --- a/internal/config/server.go +++ b/internal/config/server.go @@ -39,7 +39,7 @@ type Servers struct { MetricsServers []*Server `json:"metrics_servers" yaml:"metrics_servers"` // StartUpStrategy represent starting order of server name - StartUpStrategy []string `json:"startup_strategy" yaml:"startup_strategy"` + StartUpStrategy []string `json:"startup_strategy" yaml:"startup_strategy"` // ShutdownStrategy represent shutdown order of server name ShutdownStrategy []string `json:"shutdown_strategy" yaml:"shutdown_strategy"`