mirror of
https://github.com/grdl/git-get.git
synced 2026-02-07 21:04:19 +00:00
Fix smaller issues found by various linters
This commit is contained in:
@@ -15,7 +15,7 @@ type Printable interface {
|
||||
Path() string
|
||||
Current() string
|
||||
Branches() []string
|
||||
BranchStatus(string) string
|
||||
BranchStatus(branch string) string
|
||||
WorkTreeStatus() string
|
||||
Remote() string
|
||||
Errors() []string
|
||||
|
||||
Reference in New Issue
Block a user