Browse Source

removed space

removed space

Signed-off-by: Jason Charcalla <jason@kubecost.com>
Jason Charcalla 3 years ago
parent
commit
e11bbbdafc
1 changed files with 1 additions and 1 deletions
  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))
 	secs := time.Duration(GetInt64(ETLResolutionSeconds, 300))
 	return secs * time.Second
 	return secs * time.Second
 }
 }
- 
+
 func LegacyExternalCostsAPIDisabled() bool {
 func LegacyExternalCostsAPIDisabled() bool {
 	return GetBool(LegacyExternalAPIDisabledVar, false)
 	return GetBool(LegacyExternalAPIDisabledVar, false)
 }
 }