From 6462c77ad78a6f5acfa16d03f1e2dc2ddb05a5d8 Mon Sep 17 00:00:00 2001 From: Rasmus Andersson Date: Thu, 19 Nov 2020 16:34:42 -0800 Subject: [PATCH] fmt --- handle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle.go b/handle.go index e725412..918e26a 100644 --- a/handle.go +++ b/handle.go @@ -106,7 +106,7 @@ type noteHandlerMap map[string]BufferNoteHandler // For example, it could be used to expose an extra set of operations to certain sockets, // like signed-in users. func (h *Handlers) NewSubHandlers() *Handlers { - return &Handlers{ outer: h } + return &Handlers{outer: h} } // Handle operation with automatic JSON encoding of values.