Skip to content

Commit b7d4228

Browse files
author
Jonathan S. Katz
committed
Run gofmt on the cluster service implementation file.
1 parent 8140a04 commit b7d4228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apiserver/clusterservice/clusterimpl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ func TestCluster(name, selector, ns, pgouser string, allFlag bool) msgs.ClusterT
405405
Timestamp: time.Now(),
406406
EventType: events.EventTestCluster,
407407
},
408-
Clustername: c.Name,
408+
Clustername: c.Name,
409409
}
410410

411411
err = events.Publish(f)

0 commit comments

Comments
 (0)