From eca7b76ebce92efaaabd5a11f915dab3645ed2f2 Mon Sep 17 00:00:00 2001 From: gerald1248 Date: Tue, 13 Dec 2016 22:23:50 +0100 Subject: [PATCH] fmt --- sync_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_test.go b/sync_test.go index addc028..9a3ae07 100644 --- a/sync_test.go +++ b/sync_test.go @@ -28,7 +28,7 @@ func TestSync(t *testing.T) { } } -func Draw(i int, ch chan<- int) { +func Draw(i int, ch chan<- int) { draw2d.SetFontCache(testCache) // Draw a rounded rectangle using default colors