From 6660155e6c074823e6abdb677eb7444ffc38f000 Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Sun, 12 Feb 2012 01:54:16 +0100 Subject: [PATCH] gofmt --- cache_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache_test.go b/cache_test.go index cc1b21f..e25faf0 100644 --- a/cache_test.go +++ b/cache_test.go @@ -8,7 +8,7 @@ import ( ) type TestStruct struct { - Num int + Num int Children []*TestStruct } @@ -522,7 +522,7 @@ func testFillAndSerialize(t *testing.T, tc *Cache) { t.Error("c is not c") } - <-time.After(5*time.Millisecond) + <-time.After(5 * time.Millisecond) _, found = oc.Get("expired") if found { t.Error("expired was found")