Skip to content

Commit

Permalink
Fix go fmt linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
geofffranks committed Oct 4, 2024
1 parent 6330a49 commit 5c25ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package lager_test
import (
"code.cloudfoundry.org/lager/v3"
"code.cloudfoundry.org/lager/v3/lagertest"
"fmt"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/onsi/gomega/gstruct"
"fmt"
"log/slog"
"strconv"
"strings"
Expand Down

0 comments on commit 5c25ff8

Please sign in to comment.