Skip to content

Commit b8c87f7

Browse files
committed
Remove unused err field
Signed-off-by: Matthew Kim <[email protected]>
1 parent 66b7905 commit b8c87f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/fetcher/fetcher_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
type mockFetchableItem struct {
1414
item int
1515
wait time.Duration
16-
err error
1716
}
1817

1918
type mockOutput struct {

0 commit comments

Comments
 (0)