2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-25 18:44:28 +08:00

ci: format code with golangci-lint

This commit is contained in:
Mohammed Sohail
2025-11-04 19:06:18 +03:00
parent 1831a07efe
commit 604175e6ca
9 changed files with 66 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ func makeFakeHandler(identity string) Handler {
}
// makeFakeMiddleware returns a middleware function that appends the given identity
//to the global invoked slice.
// to the global invoked slice.
func makeFakeMiddleware(identity string) MiddlewareFunc {
return func(next Handler) Handler {
return HandlerFunc(func(ctx context.Context, t *Task) error {