Skip to content

Commit

Permalink
chore: Sort std imports (#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Dec 16, 2024
1 parent 7beb0aa commit 232522b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ linters:
- canonicalheader
- dogsled
- dupl
- gci
- gocritic
- godot
- gofmt
Expand Down
3 changes: 1 addition & 2 deletions github/orgs_codesecurity_configurations_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ package github

import (
"context"
"encoding/json"
"fmt"
"net/http"
"reflect"
"testing"

"encoding/json"
)

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

0 comments on commit 232522b

Please sign in to comment.