Commit 43ecc180 authored by Geoff Simmons's avatar Geoff Simmons

Minor go fmt fix.

parent 6b0700c0
...@@ -528,7 +528,7 @@ func TestGetFileInfo(t *testing.T) { ...@@ -528,7 +528,7 @@ func TestGetFileInfo(t *testing.T) {
"ns1", "cafe", "", "0815"); found { "ns1", "cafe", "", "0815"); found {
t.Error("GetFileInfo(ns1/cafe,version) found got true " + t.Error("GetFileInfo(ns1/cafe,version) found got true " +
"want false") "want false")
} }
if err == nil { if err == nil {
t.Error("GetFileInfo(ns1/cafe,version) error got nil " + t.Error("GetFileInfo(ns1/cafe,version) error got nil " +
"want ono-nil") "want ono-nil")
...@@ -537,7 +537,7 @@ func TestGetFileInfo(t *testing.T) { ...@@ -537,7 +537,7 @@ func TestGetFileInfo(t *testing.T) {
"d18974c5-94d7-4e04-b2af-6e9274ad46d8", "0815"); found { "d18974c5-94d7-4e04-b2af-6e9274ad46d8", "0815"); found {
t.Error("GetFileInfo(ns1/cafe,uid,version) error got true " + t.Error("GetFileInfo(ns1/cafe,uid,version) error got true " +
"want false") "want false")
} }
if err == nil { if err == nil {
t.Error("GetFileInfo(ns1/cafe,uid,version) error got nil " + t.Error("GetFileInfo(ns1/cafe,uid,version) error got nil " +
"want not found") "want not found")
......
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