From 2cd6dd353315e9bed60e9c969290f40f2c62eb8a Mon Sep 17 00:00:00 2001 From: Bryan Moffatt Date: Thu, 30 Nov 2023 14:21:54 -0800 Subject: [PATCH] gofmt --- lambda/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/handler.go b/lambda/handler.go index e05c6096..29196330 100644 --- a/lambda/handler.go +++ b/lambda/handler.go @@ -23,7 +23,7 @@ type Handler interface { type handlerOptions struct { handlerFunc baseContext context.Context - contextValues map[interface{}]interface{} + contextValues map[interface{}]interface{} jsonRequestUseNumber bool jsonRequestDisallowUnknownFields bool jsonResponseEscapeHTML bool