mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08: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