Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed May 30, 2018
1 parent 89149ae commit d546d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coprocess_native.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (c *CoProcessor) Dispatch(object *coprocess.Object) (*coprocess.Object, err
newObjectPtr := (*C.struct_CoProcessMessage)(GlobalDispatcher.Dispatch(unsafe.Pointer(objectPtr)))
defer C.free(unsafe.Pointer(newObjectPtr))

if newObjectPtr == nil {
if newObjectPtr == nil {
return nil, errors.New("Dispatch error")
}

Expand Down

0 comments on commit d546d90

Please sign in to comment.