diff --git a/.golangci.yml b/.golangci.yml index 915055a..a411f09 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -239,7 +239,7 @@ linters: # - gci - misspell # - gofumpt - # - whitespace + - whitespace - unconvert - predeclared - noctx diff --git a/factory/config.go b/factory/config.go index d70b3b3..cd7090d 100644 --- a/factory/config.go +++ b/factory/config.go @@ -152,7 +152,6 @@ func (c *Config) updateConfig(commChannel chan *protos.NetworkSliceResponse) boo } else { logger.GrpcLog.Infoln("Plmn not present in the message ") } - } } if minConfig == false { diff --git a/service/init.go b/service/init.go index 728c9d0..9dc8c05 100644 --- a/service/init.go +++ b/service/init.go @@ -139,7 +139,6 @@ func (nssf *NSSF) setLogLevel() { } pathUtilLogger.SetReportCaller(factory.NssfConfig.Logger.PathUtil.ReportCaller) } - } func (nssf *NSSF) FilterCli(c *cli.Context) (args []string) {