Skip to content

Commit d50074b

Browse files
committed
Remove unnecessary banner
1 parent 040b8be commit d50074b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

models/repo/fork.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ import (
1010
"code.gitea.io/gitea/models/db"
1111
)
1212

13-
// ___________ __
14-
// \_ _____/__________| | __
15-
// | __)/ _ \_ __ \ |/ /
16-
// | \( <_> ) | \/ <
17-
// \___ / \____/|__| |__|_ \
18-
// \/ \/
19-
2013
func getRepositoriesByForkID(e db.Engine, forkID int64) ([]*Repository, error) {
2114
repos := make([]*Repository, 0, 10)
2215
return repos, e.

0 commit comments

Comments
 (0)