Gofmt -s the code.

This commit is contained in:
David Anderson 2018-02-05 20:01:52 -08:00
parent f1f04d854d
commit 31095fd432
2 changed files with 17 additions and 17 deletions

View File

@ -52,19 +52,19 @@ func TestInterop(t *testing.T) {
defer f.Close()
servers := []*Server{
&Server{
{
Handler: ConstantHandler([]byte(testFile)),
InfoLog: infoLog,
TransferLog: transferLog,
},
&Server{
{
Handler: ConstantHandler([]byte(testFile)),
InfoLog: infoLog,
TransferLog: transferLog,
// This Server clamps to a smaller block size.
MaxBlockSize: 500,
},
&Server{
{
Handler: ConstantHandler([]byte(testFile)),
InfoLog: infoLog,
TransferLog: transferLog,

File diff suppressed because one or more lines are too long