[VOL-5105] - Add Mapping label port for dmi transceiver

[VOL-5108] - bbsim test failure debugging

Change-Id: I12b85029565c45b7fc27a02847629ffd2fb98ca5
diff --git a/internal/bbsimctl/commands/dmi.go b/internal/bbsimctl/commands/dmi.go
index 9898a85..621fe4e 100644
--- a/internal/bbsimctl/commands/dmi.go
+++ b/internal/bbsimctl/commands/dmi.go
@@ -102,7 +102,7 @@
 	return nil
 }
 
-//Print a list of the transceivers and their state
+// Print a list of the transceivers and their state
 func (pon *DmiTransceiversList) Execute(args []string) error {
 	client, conn := dmiEventGrpcClient()
 	defer conn.Close()
@@ -126,7 +126,7 @@
 	return nil
 }
 
-//Plug in the specified transceiver
+// Plug in the specified transceiver
 func (pon *DmiTransceiverPlugIn) Execute(args []string) error {
 	client, conn := dmiEventGrpcClient()
 	defer conn.Close()
@@ -148,7 +148,7 @@
 	return nil
 }
 
-//Plug out the specified transceiver
+// Plug out the specified transceiver
 func (pon *DmiTransceiverPlugOut) Execute(args []string) error {
 	client, conn := dmiEventGrpcClient()
 	defer conn.Close()