gofmt
This commit is contained in:
parent
4014cbdb44
commit
35b1963eeb
@ -66,7 +66,6 @@ var workersListCmd = &cli.Command{
|
||||
gpuUse = ""
|
||||
}
|
||||
|
||||
|
||||
fmt.Printf("Worker %d, host %s\n", stat.id, color.MagentaString(stat.Info.Hostname))
|
||||
|
||||
var barCols = uint64(64)
|
||||
|
@ -436,7 +436,6 @@ func TestChanServerClose(t *testing.T) {
|
||||
require.Equal(t, false, ok)
|
||||
}
|
||||
|
||||
|
||||
func TestServerChanLockClose(t *testing.T) {
|
||||
var client struct {
|
||||
Sub func(context.Context, int, int) (<-chan int, error)
|
||||
|
Loading…
Reference in New Issue
Block a user