Browse Source

gofmt (#1710)

tags/v1.2.0-rc1
Ethan Koenig 8 years ago committed by Bo-Yi Wu
parent
commit
9e627af9a4
  1. 2
      models/repo.go
  2. 1
      modules/markup/markup.go

2
models/repo.go

@ -301,7 +301,7 @@ func (repo *Repository) innerAPIFormat(mode AccessMode, isParent bool) *api.Repo
Description: repo.Description,
Private: repo.IsPrivate,
Empty: repo.IsBare,
Size: int(repo.Size/1024),
Size: int(repo.Size / 1024),
Fork: repo.IsFork,
Parent: parent,
Mirror: repo.IsMirror,

1
modules/markup/markup.go

@ -81,4 +81,3 @@ func IsReadmeFile(name string) bool {
}
return name[:7] == "readme."
}

Loading…
Cancel
Save