From 926cabfc3aa83bf69b47bb600e303e551f696a03 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Mon, 7 Jan 2019 17:04:46 +0545 Subject: [PATCH] Remove multiple spaces after a full stop --- pkg/controller/volume/persistentvolume/pv_controller.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/controller/volume/persistentvolume/pv_controller.go b/pkg/controller/volume/persistentvolume/pv_controller.go index 475ef736eb..c6e195d79c 100644 --- a/pkg/controller/volume/persistentvolume/pv_controller.go +++ b/pkg/controller/volume/persistentvolume/pv_controller.go @@ -56,7 +56,7 @@ import ( // KEEP THE SPACE SHUTTLE FLYING. // ================================================================== // -// This controller is intentionally written in a very verbose style. You will +// This controller is intentionally written in a very verbose style. You will // notice: // // 1. Every 'if' statement has a matching 'else' (exception: simple error @@ -119,8 +119,8 @@ import ( // annotation does not matter. const annBindCompleted = "pv.kubernetes.io/bind-completed" -// annBoundByController annotation applies to PVs and PVCs. It indicates that -// the binding (PV->PVC or PVC->PV) was installed by the controller. The +// annBoundByController annotation applies to PVs and PVCs. It indicates that +// the binding (PV->PVC or PVC->PV) was installed by the controller. The // absence of this annotation means the binding was done by the user (i.e. // pre-bound). Value of this annotation does not matter. // External PV binders must bind PV the same way as PV controller, otherwise PV