Skip to content

Commit

Permalink
Formatted proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
miry committed Aug 27, 2022
1 parent 56f6c6b commit a9b543d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
// client and upstream.
//
// Client <-> toxiproxy <-> Upstream.
//
type Proxy struct {
sync.Mutex

Expand All @@ -32,7 +31,7 @@ type Proxy struct {
connections ConnectionList
Toxics *ToxicCollection `json:"-"`
apiServer *ApiServer
Logger *zerolog.Logger
Logger *zerolog.Logger
}

type ConnectionList struct {
Expand Down

0 comments on commit a9b543d

Please sign in to comment.