Run through gofmt -s

pull/6/head
childsb 2016-02-25 13:00:12 -06:00
parent 61f6c3bc13
commit 8d4aa5d387
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ func (plugin *glusterfsPlugin) CanSupport(spec *volume.Spec) bool {
(spec.Volume != nil && spec.Volume.Glusterfs == nil) {
return false
}
return true
}