Matt Bolt 4 лет назад
Родитель
Сommit
1c479cef48
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/cloud/providerconfig.go

+ 1 - 1
pkg/cloud/providerconfig.go

@@ -20,7 +20,7 @@ import (
 var sanitizePolicy = bluemonday.UGCPolicy()
 
 // ProviderConfig is a utility class that provides a thread-safe configuration storage/cache for all Provider
-// implementations, and provides a
+// implementations
 type ProviderConfig struct {
 	lock            *sync.Mutex
 	configManager   *config.ConfigFileManager