go fmt remove whitespace

This commit is contained in:
nickscript0 2015-08-22 15:04:34 -06:00
parent d0797b7f38
commit c2d71f4c27
1 changed files with 0 additions and 1 deletions

View File

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