mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
Appease linter
This commit is contained in:
@@ -81,7 +81,7 @@ type Reporter struct {
|
||||
clientsByCluster map[string]*ecsClient
|
||||
}
|
||||
|
||||
// New creates a new Reporter
|
||||
// Make creates a new Reporter
|
||||
func Make() Reporter {
|
||||
return Reporter{
|
||||
clientsByCluster: map[string]*ecsClient{},
|
||||
|
||||
Reference in New Issue
Block a user