aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/patch_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object/patch_test.go')
-rw-r--r--plumbing/object/patch_test.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/plumbing/object/patch_test.go b/plumbing/object/patch_test.go
index d4b6cd6..2cff795 100644
--- a/plumbing/object/patch_test.go
+++ b/plumbing/object/patch_test.go
@@ -1,11 +1,12 @@
package object
import (
- . "gopkg.in/check.v1"
- fixtures "github.com/go-git/go-git-fixtures/v4"
"github.com/go-git/go-git/v5/plumbing"
"github.com/go-git/go-git/v5/plumbing/cache"
"github.com/go-git/go-git/v5/storage/filesystem"
+
+ fixtures "github.com/go-git/go-git-fixtures/v4"
+ . "gopkg.in/check.v1"
)
type PatchSuite struct {