summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/git/mocks/Client.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/git/mocks/Client.go b/ext/git/mocks/Client.go
index c0b8344..645e065 100644
--- a/ext/git/mocks/Client.go
+++ b/ext/git/mocks/Client.go
@@ -3,8 +3,9 @@
package mocks
import (
- git "github.com/argoproj-labs/argocd-image-updater/ext/git"
mock "github.com/stretchr/testify/mock"
+
+ git "github.com/argoproj-labs/argocd-image-updater/ext/git"
)
// Client is an autogenerated mock type for the Client type