mirror of
https://github.com/writeas/writefreely
synced 2025-01-08 14:02:26 +01:00
Run go fmt on oauth_test.go
This commit is contained in:
parent
5400f416c0
commit
7b7df5535e
@ -119,9 +119,7 @@ func (m *MockOAuthDatastore) GetUserByID(userID int64) (*User, error) {
|
|||||||
if m.DoGetUserByID != nil {
|
if m.DoGetUserByID != nil {
|
||||||
return m.DoGetUserByID(userID)
|
return m.DoGetUserByID(userID)
|
||||||
}
|
}
|
||||||
user := &User{
|
user := &User{}
|
||||||
|
|
||||||
}
|
|
||||||
return user, nil
|
return user, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user