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 } - -