summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 21:11:32 -0600
committerJeff Carr <[email protected]>2024-02-19 21:11:32 -0600
commit5bf1c5ff359e2546925bb2de2bd2a3f887d252ab (patch)
tree581613519f6975318f6c830b71750ac21fb7bfc8 /scan.go
parent47d27e4166b960d7b84c9f6d974cc580843d59e9 (diff)
get patches moved here from autotypist
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.go b/scan.go
index baddf66..38f1d44 100644
--- a/scan.go
+++ b/scan.go
@@ -12,7 +12,7 @@ func (r *RepoList) SetAutoScan(b bool) {
me.autoScan = b
}
-func (r *RepoList) RegisterHideFunction(f func (* Repo)) {
+func (r *RepoList) RegisterHideFunction(f func(*Repo)) {
me.hideFunction = f
}