Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Mar 18, 2024
1 parent c0ef281 commit 0c00dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/utils/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ package utils

import (
"encoding/json"
"github.com/vechain/thor/v2/telemetry"
"io"
"net/http"
"strconv"
"strings"
"time"

"github.com/vechain/thor/v2/telemetry"
)

type httpError struct {
Expand Down

0 comments on commit 0c00dda

Please sign in to comment.