Skip to content

Commit

Permalink
style: Make gofmt happy!!
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Dec 26, 2023
1 parent 708e030 commit db97e9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/emissions/rte.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ func makeRTEAPIRequest(ctx context.Context, logger log.Logger) (float64, error)
}

// tlsConfig := &http.Transport{
// TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
// }
// client := &http.Client{Transport: tlsConfig}
// TLSClientConfig: &tls.Config{InsecureSkipVerify: true},
// }
// client := &http.Client{Transport: tlsConfig}
// resp, err := client.Do(req)
resp, err := http.DefaultClient.Do(req)
if err != nil {
Expand Down

0 comments on commit db97e9d

Please sign in to comment.