Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: make goimports linter happy and sort imports
  • Loading branch information
cbrgm committed Jul 8, 2022
commit 3e5e5f8b095fe5a1956b1ad2ee4cfd04daab3a33
3 changes: 2 additions & 1 deletion github/repos_codeowners_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package github
import (
"context"
"fmt"
"github.com/google/go-cmp/cmp"
"net/http"
"testing"

"github.com/google/go-cmp/cmp"
)

func TestRepositoriesService_GetCodeownersErrors(t *testing.T) {
Expand Down