Go fmt on the entire project
This commit is contained in:
parent
b636ff490c
commit
2678032c2c
6 changed files with 18 additions and 18 deletions
|
@ -29,7 +29,7 @@ func (tw taskWrapper) ID() string {
|
|||
}
|
||||
|
||||
// Cluster wide capper
|
||||
type ClusterwideCapper struct {}
|
||||
type ClusterwideCapper struct{}
|
||||
|
||||
// Defining constructor for clusterwideCapper. Please don't call this directly and instead use GetClusterwideCapperInstance()
|
||||
func newClusterwideCapper() *ClusterwideCapper {
|
||||
|
|
Reference in a new issue