go fmt remove whitespace

This commit is contained in:
nickscript0
2015-08-22 15:04:34 -06:00
parent d0797b7f38
commit c2d71f4c27

View File

@@ -184,7 +184,6 @@ func (a *Agent) crankParallel() error {
log.Printf("Error in plugins: %s", err)
}
points <- &acc
}(plugin)
}