Skip to content

Commit 73c6c72

Browse files
youmjwwbmoffatt
andauthored
fix sample source syntax error (#260)
Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
1 parent b03d958 commit 73c6c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/README_ALBTargetGroupEvents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func handleRequest(ctx context.Context, request events.ALBTargetGroupRequest) (e
2929
fmt.Printf(" %s: %s\n", key, value)
3030
}
3131

32-
return events.ALBTargetGroupResponse{Body: request.Body, StatusCode: 200, StatusDescription: "200 OK", IsBase64Encoded: false, Headers: map[string]string{}}}, nil
32+
return events.ALBTargetGroupResponse{Body: request.Body, StatusCode: 200, StatusDescription: "200 OK", IsBase64Encoded: false, Headers: map[string]string{}}, nil
3333
}
3434

3535
func main() {

0 commit comments

Comments
 (0)