goformatted

This commit is contained in:
markturansky
2015-04-16 13:28:45 -04:00
parent fb412e47e4
commit 6c6aab60ab
2 changed files with 1 additions and 2 deletions

View File

@@ -183,7 +183,6 @@ func (controller *PersistentVolumeClaimBinder) syncPersistentVolumeClaimStatus(v
return err
}
func (controller *PersistentVolumeClaimBinder) Run(period time.Duration) {
glog.V(5).Infof("Starting PersistentVolumeClaimBinder\n")
go util.Forever(func() { controller.synchronize() }, period)