Skip to content

Commit 44542ce

Browse files
committed
go fmt and goimports - to trigger CI again and see if it completes on macos go1.15
1 parent 872a439 commit 44542ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

providers/cognito/cognito.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"bytes"
55
"encoding/json"
66
"fmt"
7-
"github.com/markbates/goth"
8-
"golang.org/x/oauth2"
97
"io"
108
"io/ioutil"
119
"net/http"
10+
11+
"github.com/markbates/goth"
12+
"golang.org/x/oauth2"
1213
)
1314

1415
// Provider is the implementation of `goth.Provider` for accessing AWS Cognito.

0 commit comments

Comments
 (0)