Run go fmt on oauth_test.go

pull/303/head
Matt Baer 5 years ago
parent 5400f416c0
commit 7b7df5535e
  1. 4
      oauth_test.go

@ -119,9 +119,7 @@ func (m *MockOAuthDatastore) GetUserByID(userID int64) (*User, error) {
if m.DoGetUserByID != nil {
return m.DoGetUserByID(userID)
}
user := &User{
}
user := &User{}
return user, nil
}

Loading…
Cancel
Save