Skip to content

Commit

Permalink
[skip-changelog] delete minor unreachable code caused by log.Fatal (#…
Browse files Browse the repository at this point in the history
…1831)

Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored Aug 10, 2022
1 parent fc2ea72 commit 312cfdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client_example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ func callUpload(client rpc.ArduinoCoreServiceClient, instance *rpc.Instance) {

if err != nil {
log.Fatalf("Upload error: %s", err)
break
}

// When an operation is ongoing you can get its output
Expand Down

0 comments on commit 312cfdb

Please sign in to comment.