Apply go fmt

This commit is contained in:
Elizabeth Engelman
2019-09-25 16:32:27 -05:00
parent dc06991605
commit ee244ac6f5
6 changed files with 24 additions and 28 deletions
+1 -1
View File
@@ -88,4 +88,4 @@ func (client RpcClient) Subscribe(namespace string, payloadChan interface{}, arg
return nil, errors.New("channel given to Subscribe must not be nil")
}
return client.client.Subscribe(context.Background(), namespace, payloadChan, args...)
}
}