aboutsummaryrefslogtreecommitdiff
path: root/hotline/tracker.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 19:24:08 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-08-03 14:24:08 -0700
commit5c34f8752938764668d829fb284626b9c62c5475 (patch)
tree85e6d1c802dcdf868b887cbc30944b44dfd462ea /hotline/tracker.go
parente75ba43a4e6032b94bf3a3fedf9f557f2c4969e4 (diff)
Ran `gofmt -w .`
Diffstat (limited to 'hotline/tracker.go')
-rw-r--r--hotline/tracker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/tracker.go b/hotline/tracker.go
index 69d9fd4..e06f9a8 100644
--- a/hotline/tracker.go
+++ b/hotline/tracker.go
@@ -110,7 +110,7 @@ func GetListing(addr string) ([]ServerRecord, error) {
if readLen, err = conn.Read(buf); err != nil {
return nil, err
}
- totalRead += readLen // 1514
+ totalRead += readLen // 1514
var th TrackerHeader
if err := binary.Read(bytes.NewReader(buf[:6]), binary.BigEndian, &th); err != nil {