mirror of https://github.com/go-gitea/gitea
Remove redundant nil check in `WalkGitLog` (#26773)
From the Go specification: > "1. For a nil slice, the number of iterations is 0." https://go.dev/ref/spec#For_range Therefore, an additional nil check for before the loop is unnecessary. Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>pull/26697/head^2
parent
db09b35590
commit
ad3cbbc3b1
Loading…
Reference in new issue