Skip to content

Commit 2c41650

Browse files
committed
chore(style): add empty line
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a69c1e0 commit 2c41650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

queue.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ type (
3232
// Job describes a task and its metadata.
3333
Job struct {
3434
Task TaskFunc `json:"-"`
35+
3536
// Timeout is the duration the task can be processed by Handler.
3637
// zero if not specified
3738
Timeout time.Duration `json:"timeout"`
39+
3840
// Payload is the payload data of the task.
3941
Payload []byte `json:"body"`
4042
}

0 commit comments

Comments
 (0)