From 982004d05052ef6aadd22dd5c4e7dbca85ab324a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 2 Oct 2014 10:05:53 -0400 Subject: go fmt. Precursor to bug report filing. --- imagelist_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'imagelist_darwin.go') diff --git a/imagelist_darwin.go b/imagelist_darwin.go index 53fafa5..add9584 100644 --- a/imagelist_darwin.go +++ b/imagelist_darwin.go @@ -11,7 +11,7 @@ import ( import "C" type imagelist struct { - list []C.id + list []C.id } func newImageList() ImageList { -- cgit v1.2.3