Commit 6dd5698f authored by Geoff Simmons's avatar Geoff Simmons

gofmt fixes.

parent 272ce32e
......@@ -30,8 +30,8 @@ package vcl
import (
"bytes"
"testing"
"io/ioutil"
"testing"
)
func testTemplate(t *testing.T, spec Spec, gold string) {
......@@ -723,7 +723,7 @@ func TestRewriteDeleteAuth(t *testing.T) {
t.Fatal("GetSrc():", err)
}
if goldbytes, err = ioutil.ReadFile("testdata/"+gold); err != nil {
if goldbytes, err = ioutil.ReadFile("testdata/" + gold); err != nil {
t.Fatal("WriteFile():", err)
}
if !bytes.Equal(goldbytes, []byte(src)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment