Skip to content
Snippets Groups Projects
Commit e81d3c17 authored by ale's avatar ale
Browse files

Format scores with %f

parent 8de8e9f4
No related branches found
No related tags found
No related merge requests found
Pipeline #15064 passed
......@@ -68,7 +68,7 @@ func (c *dumpCommand) run(ctx context.Context) error {
}
for entry := range ch {
fmt.Printf("%s %g\n", entry.Ip, entry.Score)
fmt.Printf("%s %f\n", entry.Ip, entry.Score)
}
return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment