aboutsummaryrefslogtreecommitdiff
path: root/internal/gitutil
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitutil')
-rw-r--r--internal/gitutil/module.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gitutil/module.go b/internal/gitutil/module.go
index f550f865..1fd63619 100644
--- a/internal/gitutil/module.go
+++ b/internal/gitutil/module.go
@@ -9,8 +9,6 @@ import (
)
// ModuleStore is the interface for Git operations.
-//
-// NOTE: All methods are sorted in alphabetical order.
type ModuleStore interface {
// RemoteAdd adds a new remote to the repository in given path.
RemoteAdd(repoPath, name, url string, opts ...git.RemoteAddOptions) error