From 8d4aa5d387d738e8bd615fb028b642994ac0fd87 Mon Sep 17 00:00:00 2001 From: childsb Date: Thu, 25 Feb 2016 13:00:12 -0600 Subject: [PATCH] Run through gofmt -s --- pkg/volume/glusterfs/glusterfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/glusterfs/glusterfs.go b/pkg/volume/glusterfs/glusterfs.go index 957e4137a83..b4dae8167cf 100644 --- a/pkg/volume/glusterfs/glusterfs.go +++ b/pkg/volume/glusterfs/glusterfs.go @@ -61,7 +61,7 @@ func (plugin *glusterfsPlugin) CanSupport(spec *volume.Spec) bool { (spec.Volume != nil && spec.Volume.Glusterfs == nil) { return false } - + return true }