Add space after "Device Name" to match "Device ID"

pull/71/head
spitts 4 years ago committed by GitHub
parent 7dfd54e878
commit be9849b748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@ func main() {
if list { if list {
sources := getSources(paClient) sources := getSources(paClient)
for i := range sources { 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) os.Exit(0)

Loading…
Cancel
Save