fix: gofmt error. (#918)

This commit is contained in:
Bo-Yi Wu 2017-02-14 10:12:03 +08:00 committed by Lunny Xiao
parent dc8248f8a4
commit 1ec6b1a258
2 changed files with 2 additions and 2 deletions

View file

@ -410,7 +410,7 @@ func (err ErrRepoAlreadyExist) Error() string {
// ErrRepoRedirectNotExist represents a "RepoRedirectNotExist" kind of error.
type ErrRepoRedirectNotExist struct {
OwnerID int64
OwnerID int64
RepoName string
}