diff options
| author | Jeff Carr <[email protected]> | 2024-02-19 21:11:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-19 21:11:32 -0600 |
| commit | 5bf1c5ff359e2546925bb2de2bd2a3f887d252ab (patch) | |
| tree | 581613519f6975318f6c830b71750ac21fb7bfc8 /scan.go | |
| parent | 47d27e4166b960d7b84c9f6d974cc580843d59e9 (diff) | |
get patches moved here from autotypist
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
