Skip to content

Commit

Permalink
rearrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
corporatemax committed Feb 4, 2025
1 parent 1fd1c63 commit 2a9d7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkg/egress/syslog/syslog_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package syslog

import (
"fmt"
"golang.org/x/net/context"
"log"

metrics "code.cloudfoundry.org/go-metric-registry"
"golang.org/x/net/context"

"code.cloudfoundry.org/go-diodes"
metrics "code.cloudfoundry.org/go-metric-registry"
"code.cloudfoundry.org/loggregator-agent-release/src/pkg/egress"
)

Expand Down

0 comments on commit 2a9d7d4

Please sign in to comment.