Skip to content

Commit cca67dc

Browse files
Fix linter
1 parent 0f89a65 commit cca67dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/connector/client/colaborator.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package client
33
import (
44
"context"
55
"fmt"
6+
"net/http"
7+
68
"google.golang.org/grpc/codes"
79
"google.golang.org/grpc/status"
8-
"net/http"
910
)
1011

1112
func (c *WorkatoClient) GetCollaborators(ctx context.Context) ([]Collaborator, error) {

0 commit comments

Comments
 (0)