mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-25 08:16:33 +00:00
formatting
This commit is contained in:
@@ -564,7 +564,7 @@ func (r Report) Summary() string {
|
||||
ret := ""
|
||||
if len(r.Host.Nodes) == 1 {
|
||||
for k := range r.Host.Nodes {
|
||||
ret = k + ":"
|
||||
ret = k + ": "
|
||||
}
|
||||
}
|
||||
count := 0
|
||||
|
||||
Reference in New Issue
Block a user