X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=store%2Fstore_test.go;h=da79564b8a8d61cb1aa6d67185f81bd48f0b5a21;hb=90b0c664371e5c26560412ae004e0c5e01a77bca;hp=f36fcbbc998f69530b3674f1c8476c5ce001ec26;hpb=c89b19c863fc41c0312358a866aebd425f498c76;p=epoint diff --git a/store/store_test.go b/store/store_test.go index f36fcbb..da79564 100644 --- a/store/store_test.go +++ b/store/store_test.go @@ -4,12 +4,12 @@ import ( "testing" ) -var testData = map[string]string { - "A" : "a", - "B" : "b", - "C" : "c", - "D" : "d", - "foo_bar-baz" : "a\nb\nc\nd\n", +var testData = map[string]string{ + "A": "a", + "B": "b", + "C": "c", + "D": "d", + "foo_bar-baz": "a\nb\nc\nd\n", } func TestStore(t *testing.T) {