forked from forgejo/forgejo
Fix import order (#1951)
This commit is contained in:
parent
635273cea6
commit
b38b61bbc1
3 changed files with 5 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue