Skip to content

Commit f6793f4

Browse files
cleaned up imports
1 parent 4bf2f92 commit f6793f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/health/service.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
package health
55

66
import (
7-
stdjson "encoding/json"
87
"net/http"
98
"time"
109

10+
stdjson "encoding/json"
11+
1112
"github.com/gorilla/rpc/v2"
1213

1314
"github.com/ava-labs/avalanchego/health"
14-
healthlib "github.com/ava-labs/avalanchego/health"
1515
"github.com/ava-labs/avalanchego/snow/engine/common"
1616
"github.com/ava-labs/avalanchego/utils/json"
1717
"github.com/ava-labs/avalanchego/utils/logging"
18+
19+
healthlib "github.com/ava-labs/avalanchego/health"
1820
)
1921

2022
// Service wraps a [healthlib.Service]. Handler() returns a handler

0 commit comments

Comments
 (0)