Przeglądaj źródła

removed space

removed space

Signed-off-by: Jason Charcalla <jason@kubecost.com>
Jason Charcalla 3 lat temu
rodzic
commit
e11bbbdafc
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -488,7 +488,7 @@ func GetETLResolution() time.Duration {
 	secs := time.Duration(GetInt64(ETLResolutionSeconds, 300))
 	return secs * time.Second
 }
- 
+
 func LegacyExternalCostsAPIDisabled() bool {
 	return GetBool(LegacyExternalAPIDisabledVar, false)
 }