Jelajahi Sumber

Remove bogus comment

Matt Bolt 4 tahun lalu
induk
melakukan
1c479cef48
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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