Add space after Device Name: to match Device ID:

pull/60/head
Maku 4 years ago
parent 02665f12db
commit fcc5e15146

@ -86,7 +86,7 @@ func main() {
if list {
sources := getSources(paClient)
for i := range sources {
fmt.Printf("Device Name:%s\nDevice ID: %s\n\n", sources[i].Name, sources[i].ID)
fmt.Printf("Device Name: %s\nDevice ID: %s\n\n", sources[i].Name, sources[i].ID)
}
os.Exit(0)

Loading…
Cancel
Save