Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rsms committed Nov 20, 2020
1 parent f6d8762 commit 6462c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6462c77

Please sign in to comment.