apply gofumpt & goimports to all .go files

This commit is contained in:
David Sharnoff 2022-10-04 17:53:15 -07:00
parent c4b7ef9160
commit 49a313784b
45 changed files with 539 additions and 479 deletions

View file

@ -20,7 +20,8 @@ func NewClientExpectAny(t *testing.T, appType op.ApplicationType) op.Client {
"https://registered.com/callback",
"http://registered.com/callback",
"http://localhost:9999/callback",
"custom://callback"})
"custom://callback",
})
m.EXPECT().ApplicationType().AnyTimes().Return(appType)
m.EXPECT().LoginURL(gomock.Any()).AnyTimes().DoAndReturn(
func(id string) string {