Skip to content

Commit 95ca26a

Browse files
committed
fix lint
1 parent 86acbe1 commit 95ca26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ Gitea or set your environment appropriately.`, "")
530530
}
531531
response = append(response, []byte("\n")...)
532532

533-
rs = readPktLine(reader, pktLineTypeFlush)
533+
readPktLine(reader, pktLineTypeFlush)
534534

535535
writePktLine(os.Stdout, pktLineTypeData, response)
536536
writePktLine(os.Stdout, pktLineTypeFlush, nil)

0 commit comments

Comments
 (0)