mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +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,10 +15,8 @@ import (
 | 
			
		||||
	"xorm.io/xorm"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
var (
 | 
			
		||||
	// ErrPushMirrorNotExist mirror does not exist error
 | 
			
		||||
	ErrPushMirrorNotExist = errors.New("PushMirror does not exist")
 | 
			
		||||
)
 | 
			
		||||
// ErrPushMirrorNotExist mirror does not exist error
 | 
			
		||||
var ErrPushMirrorNotExist = errors.New("PushMirror does not exist")
 | 
			
		||||
 | 
			
		||||
// PushMirror represents mirror information of a repository.
 | 
			
		||||
type PushMirror struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user