Skip to content

Commit

Permalink
Fix LGTM alert
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed Jun 15, 2022
1 parent 776815b commit 555c52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnoi_client/gnoi_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func systemTraceroute(sc gnoi_system_pb.SystemClient, ctx context.Context) {

func systemSetPackage(sc gnoi_system_pb.SystemClient, ctx context.Context) {
fmt.Println("System SetPackage")
ctx = setUserCreds(ctx)
_ = setUserCreds(ctx)
stream, err := sc.SetPackage(context.Background())
if err != nil {
panic(err.Error())
Expand Down

0 comments on commit 555c52b

Please sign in to comment.