Remove spurious whitespace

This commit is contained in:
Mark Haines 2017-09-18 15:17:58 +01:00
parent 9bbc9964b3
commit 07282b884a

View file

@ -88,7 +88,7 @@ func main() {
device, err := deviceDB.CreateDevice( device, err := deviceDB.CreateDevice(
context.Background(), *username, "create-account-script", *accessToken, context.Background(), *username, "create-account-script", *accessToken,
) )
if err != nil { if err != nil {
fmt.Println(err.Error()) fmt.Println(err.Error())
os.Exit(1) os.Exit(1)