[VOL-5054] - Triage build for voltha-openolt-adapter

VERSION
cmd/openolt-adapter/main.go
cmd/openolt-adapter/main_test.go
internal/pkg/olterrors/common.go
--------------------------------
  o Cosmetic edits to force a build.
  o Run gofmt -s -w to correct a few syntax problems that failed the job earlier.

Change-Id: I3b525489be01b4e968d163b8835534d683bf1722
diff --git a/internal/pkg/olterrors/common.go b/internal/pkg/olterrors/common.go
index 6726ed0..0921043 100644
--- a/internal/pkg/olterrors/common.go
+++ b/internal/pkg/olterrors/common.go
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-//Package olterrors Common Logger initialization
+// Package olterrors Common Logger initialization
 package olterrors
 
 import (
@@ -31,3 +31,5 @@
 		panic(err)
 	}
 }
+
+// [EOF]