mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 01:57:20 +00:00
format with gofumpt (#18184)
* gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
This commit is contained in:
@ -15,9 +15,11 @@ import (
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
const TestAppURL = "http://localhost:3000/"
|
||||
const TestOrgRepo = "gogits/gogs"
|
||||
const TestRepoURL = TestAppURL + TestOrgRepo + "/"
|
||||
const (
|
||||
TestAppURL = "http://localhost:3000/"
|
||||
TestOrgRepo = "gogits/gogs"
|
||||
TestRepoURL = TestAppURL + TestOrgRepo + "/"
|
||||
)
|
||||
|
||||
// alphanumLink an HTML link to an alphanumeric-style issue
|
||||
func alphanumIssueLink(baseURL, class, name string) string {
|
||||
|
Reference in New Issue
Block a user