Skip to content

Commit 299c00e

Browse files
committed
remove PreferredTimestampTense,AmbiguousUnicodeDetection,MaxDisplayFileSize
1 parent 5af25ee commit 299c00e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

routers/web/repo/view.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ import (
99
"errors"
1010
"fmt"
1111
"html/template"
12-
_ "image/gif" // for processing gif images
13-
_ "image/jpeg" // for processing jpeg images
14-
_ "image/png" // for processing png images
1512
"io"
1613
"net/http"
1714
"net/url"
1815
"strings"
1916
"time"
2017

18+
_ "image/gif" // for processing gif images
19+
_ "image/jpeg" // for processing jpeg images
20+
_ "image/png" // for processing png images
21+
2122
activities_model "code.gitea.io/gitea/models/activities"
2223
admin_model "code.gitea.io/gitea/models/admin"
2324
asymkey_model "code.gitea.io/gitea/models/asymkey"

0 commit comments

Comments
 (0)