Update comment to match new gofmt output.

This commit is contained in:
Joachim Bauch 2022-08-05 10:20:43 +02:00
parent 5f25c1c453
commit ff032ddec5
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -769,9 +769,11 @@ GetMessage: // No tears..
// a new PeerConnection with a plugin.
// candidate should be a single ICE candidate, or a completed object to
// signify that all candidates have been sent:
// {
// "completed": true
// }
//
// {
// "completed": true
// }
//
// On success, an AckMsg will be returned and error will be nil.
func (handle *JanusHandle) Trickle(ctx context.Context, candidate interface{}) (*janus.AckMsg, error) {
req, ch := newRequest("trickle")