chore: go fmt

This commit is contained in:
Jon Lundy
2022-11-20 10:26:20 -07:00
parent 92b813c9ed
commit 4b4d3b743d
9 changed files with 12 additions and 14 deletions

View File

@@ -124,7 +124,7 @@ func GetContainer(ctx context.Context, s string) Event {
var e Event
eventTypes.Modify(ctx, func(ctx context.Context,c *config) error {
eventTypes.Modify(ctx, func(ctx context.Context, c *config) error {
_, span := lg.Span(ctx)
defer span.End()