Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Zero value of a WaitGroup is ready to go
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gehard <mgehard@pivotal.io>
  • Loading branch information
John Tuley authored and Mike Gehard committed Apr 3, 2015
1 parent d5cfa76 commit 638f657
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/app_service_store_watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ var _ = Describe("AppServiceStoreWatcher", func() {

c := cache.NewAppServiceCache()
watcher, outAddChan, outRemoveChan = NewAppServiceStoreWatcher(adapter, c)
watcherRunComplete = sync.WaitGroup{}

runWatcher = func() {
watcherRunComplete.Add(1)
Expand Down

0 comments on commit 638f657

Please sign in to comment.