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

[VOL-5108] - bbsim test failure debugging

Change-Id: I12b85029565c45b7fc27a02847629ffd2fb98ca5
diff --git a/internal/bbsimctl/commands/uni.go b/internal/bbsimctl/commands/uni.go
index 073c088..834c2e7 100644
--- a/internal/bbsimctl/commands/uni.go
+++ b/internal/bbsimctl/commands/uni.go
@@ -140,9 +140,9 @@
 	return nil
 }
 
-//Get Services for specified UNI
-//First get UNIs from specified ONU SN
-//Then get Services from appropriate UNI
+// Get Services for specified UNI
+// First get UNIs from specified ONU SN
+// Then get Services from appropriate UNI
 func (options *UNIServices) Execute(args []string) error {
 	services, err := getServices(string(options.Args.OnuSn), string(options.Args.UniId))