Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Aug 8, 2024
1 parent c6aba1c commit 36dbd45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robot/impl/local_robot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1080,11 +1080,11 @@ func TestStatusRemote(t *testing.T) {
return robot.MachineStatus{
Resources: []resource.Status{
{
Name: arm.Named("arm1"),
Name: arm.Named("arm1"),
State: resource.NodeStateReady,
},
{
Name: arm.Named("arm2"),
Name: arm.Named("arm2"),
State: resource.NodeStateReady,
},
},
Expand Down
1 change: 1 addition & 0 deletions robot/impl/resource_manager.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
package robotimpl

import (
"context"
"crypto/tls"
Expand Down

0 comments on commit 36dbd45

Please sign in to comment.