misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-09-09 18:50:36 +03:00
parent 976465959e
commit 6f691245e0
No known key found for this signature in database
GPG key ID: 1564D7F30393A456

View file

@ -79,7 +79,7 @@ func (d *Discovery) getRow(e *network.Endpoint, withMeta bool) [][]string {
addr,
mac,
name,
e.Vendor,
core.Dim(e.Vendor),
humanize.Bytes(traffic.Sent),
humanize.Bytes(traffic.Received),
seen,