Skip to content

Commit 7323265

Browse files
committed
fix(http): satisfy gofumpt for filtered fetcher
1 parent 8446c3f commit 7323265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/merrymaker-go/internal/http/list_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func WrapListFetcher[T any](
3838
}
3939

4040
// WrapFilteredFetcher adapts a filtered fetch function to FilteredFetcher and centralizes logging.
41-
func WrapFilteredFetcher[T any, F any](
41+
func WrapFilteredFetcher[T, F any](
4242
fetchFunc func(ctx context.Context, filters F, limit, offset int) ([]T, error),
4343
logger *slog.Logger,
4444
msg string,

0 commit comments

Comments
 (0)