mirror of
https://github.com/go-gitea/gitea
synced 2025-07-14 22:47:21 +00:00
go vet
This commit is contained in:
@ -284,7 +284,6 @@ func TimeSince(then time.Time) string {
|
||||
default:
|
||||
return fmt.Sprintf("%d years %s", diff/Year, lbl)
|
||||
}
|
||||
return then.String()
|
||||
}
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user