From 79acb4ef1ca21113d4e9bb87137b4c126123f2f7 Mon Sep 17 00:00:00 2001 From: Cory Slep Date: Fri, 13 Sep 2019 12:31:07 +0200 Subject: [PATCH] gofmt --- streams/util.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/streams/util.go b/streams/util.go index ba897b1..be16d5b 100644 --- a/streams/util.go +++ b/streams/util.go @@ -60,5 +60,3 @@ func Serialize(a vocab.Type) (m map[string]interface{}, e error) { cleanFnRecur(m) return } - -