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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user