Procházet zdrojové kódy

Run go fmt on oauth_test.go

pull/303/head
Matt Baer před 4 roky
rodič
revize
7b7df5535e
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      oauth_test.go

+ 1
- 3
oauth_test.go Zobrazit soubor

@@ -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
}



Načítá se…
Zrušit
Uložit