Fixing golang linters for VGC

Change-Id: I386d232c74ab47e24d92c18800dc144120b920da
diff --git a/voltha-go-controller/common.go b/voltha-go-controller/common.go
index 28ca348..1d025f1 100644
--- a/voltha-go-controller/common.go
+++ b/voltha-go-controller/common.go
@@ -11,7 +11,7 @@
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-*/
+ */
 /*
  * Copyright 2020-present Open Networking Foundation
  *
@@ -48,4 +48,3 @@
 		panic(err)
 	}
 }
-