- commit
- b266bd5
- parent
- 1d2e979
- author
- Antonio Mika
- date
- 2024-10-04 02:32:00 +0000 UTC
Updated the output
1 files changed,
+1,
-1
+1,
-1
1@@ -82,7 +82,7 @@ func clientInfo(clients []*psub.Client, clientType string) string {
2 outputData := fmt.Sprintf("\t%s:\r\n", clientType)
3
4 for _, client := range clients {
5- outputData += fmt.Sprintf("\t- %s:\r\n", client.ID)
6+ outputData += fmt.Sprintf("\t- %s\r\n", client.ID)
7 }
8
9 return outputData