mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix import order (#1951)
This commit is contained in:
		@@ -1,9 +1,10 @@
 | 
			
		||||
package models
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	dmp "github.com/sergi/go-diff/diffmatchpatch"
 | 
			
		||||
	"html/template"
 | 
			
		||||
	"testing"
 | 
			
		||||
 | 
			
		||||
	dmp "github.com/sergi/go-diff/diffmatchpatch"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func assertEqual(t *testing.T, s1 string, s2 template.HTML) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user