From 5bf1c5ff359e2546925bb2de2bd2a3f887d252ab Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 19 Feb 2024 21:11:32 -0600 Subject: get patches moved here from autotypist --- scan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scan.go') 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 } -- cgit v1.2.3