Skip to content

Commit

Permalink
Ran gofmt 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Jun 30, 2022
1 parent ac284d2 commit 77e14ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/proxy/read/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (c *EnvoyConfig) JSON() []byte {
}

// UnmarshalJSON implements the json.Unmarshaler interface to unmarshal the raw
// config dump bytes into EnvoyConfig. It saves a copy of the original bytes
// config dump bytes into EnvoyConfig. It saves a copy of the original bytes
// which can be fetched with the JSON method.
func (c *EnvoyConfig) UnmarshalJSON(b []byte) error {
// Save the original config dump bytes for marshalling. We should treat this
Expand Down

0 comments on commit 77e14ed

Please sign in to comment.