summaryrefslogtreecommitdiffstats
path: root/models/git_diff_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/git_diff_test.go')
-rw-r--r--models/git_diff_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/git_diff_test.go b/models/git_diff_test.go
index f88e6fb610..acdae2005e 100644
--- a/models/git_diff_test.go
+++ b/models/git_diff_test.go
@@ -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) {