Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkabilov committed Jul 27, 2017
1 parent f3a16f3 commit 8fb06e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ func (c *Controller) runPostgresqlInformer(stopCh <-chan struct{}, wg *sync.Wait
defer wg.Done()

c.postgresqlInformer.Run(stopCh)
}
}
2 changes: 1 addition & 1 deletion pkg/controller/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ func (c *Controller) podDelete(obj interface{}) {
}

c.dispatchPodEvent(c.podClusterName(pod), podEvent)
}
}

0 comments on commit 8fb06e7

Please sign in to comment.