Skip to content

Commit

Permalink
go fmt and goimports - to trigger CI again and see if it completes on…
Browse files Browse the repository at this point in the history
… macos go1.15
  • Loading branch information
pilotso11 committed Jan 1, 2023
1 parent 872a439 commit 44542ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions providers/cognito/cognito.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"bytes"
"encoding/json"
"fmt"
"github.com/markbates/goth"
"golang.org/x/oauth2"
"io"
"io/ioutil"
"net/http"

"github.com/markbates/goth"
"golang.org/x/oauth2"
)

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

0 comments on commit 44542ce

Please sign in to comment.