Skip to content

Commit 232522b

Browse files
authored
chore: Sort std imports (#3390)
1 parent 7beb0aa commit 232522b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ linters:
77
- canonicalheader
88
- dogsled
99
- dupl
10+
- gci
1011
- gocritic
1112
- godot
1213
- gofmt

github/orgs_codesecurity_configurations_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ package github
77

88
import (
99
"context"
10+
"encoding/json"
1011
"fmt"
1112
"net/http"
1213
"reflect"
1314
"testing"
14-
15-
"encoding/json"
1615
)
1716

1817
func TestOrganizationsService_GetCodeSecurityConfigurations(t *testing.T) {

0 commit comments

Comments
 (0)