Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Nov 30, 2023
1 parent 1da03de commit 2cd6dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2cd6dd3

Please sign in to comment.