Skip to content

Commit

Permalink
Run gofmt (#644)
Browse files Browse the repository at this point in the history
Produced via: `gofmt -s -w $(find -name '*.go' | grep -v vendor)`
  • Loading branch information
mattmoor-sockpuppet authored and knative-prow-robot committed Nov 28, 2018
1 parent 5fb16a2 commit 9085271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provisioners/provisioner_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func newDispatcherService(ccp *eventingv1alpha1.ClusterChannelProvisioner) *core
func DispatcherLabels(ccpName string) map[string]string {
return map[string]string{
"clusterChannelProvisioner": ccpName,
"role": "dispatcher",
"role": "dispatcher",
}
}

Expand Down

0 comments on commit 9085271

Please sign in to comment.