Skip to content

Commit 2237ff0

Browse files
committed
style(tools): align field declarations for improved readability
1 parent 27b7ce7 commit 2237ff0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v2/pkgs/tools.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ var (
5959
//
6060
// It requires an Index Resource to search for tools
6161
type Tools struct {
62-
index *index.Resource
63-
folder string
64-
behaviour string
65-
installed map[string]string
66-
mutex sync.RWMutex
62+
index *index.Resource
63+
folder string
64+
behaviour string
65+
installed map[string]string
66+
mutex sync.RWMutex
6767
verifySignaturePubKey *rsa.PublicKey // public key used to verify the signature of a command sent to the boards
6868
}
6969

0 commit comments

Comments
 (0)