Browse Source

gofmt

master
Alexander Avery 3 weeks ago
parent
commit
e1368d840c
  1. 4
      odl_test.go

4
odl_test.go

@ -4,9 +4,9 @@ import (
"bytes" "bytes"
"net/http" "net/http"
"net/http/httptest" "net/http/httptest"
"os"
"strings" "strings"
"testing" "testing"
"os"
"testing/fstest" "testing/fstest"
) )
@ -53,7 +53,7 @@ http://localhost/someorlando.jpg
"boston1.mp4", "boston1.mp4",
"orlando0.jpg", "orlando0.jpg",
) )
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
} }

Loading…
Cancel
Save