kubernetes/pkg/volume/flocker
Kubernetes Submit Queue a1684fea80 Merge pull request #42085 from cblecker/gofmt-fix
Automatic merge from submit-queue (batch tested with PRs 40055, 42085, 44509, 44568, 43956)

Fix gofmt errors

**What this PR does / why we need it**:
There were some gofmt errors on master. Ran the following to fix:
```
hack/verify-gofmt.sh | grep ^diff | awk '{ print $2 }' | xargs gofmt -w -s
```

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: none

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-04-17 15:39:07 -07:00
..
BUILD autogenerated 2017-04-14 10:40:57 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
flocker.go Impement bulk polling of volumes 2017-03-02 14:59:59 -05:00
flocker_test.go Fix gofmt errors 2017-03-28 17:12:04 -07:00
flocker_util.go move pkg/util/rand 2017-01-16 16:04:03 -05:00
flocker_util_test.go cleanup flockerVolumeTest in /tmp 2017-01-04 10:27:02 -08:00
flocker_volume.go pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
flocker_volume_test.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
OWNERS Update OWNERS 2017-01-17 16:31:03 -08:00