diff --git a/lib/transports/xhr.js b/lib/transports/xhr.js index 0e1a0ed4..edacd6e9 100644 --- a/lib/transports/xhr.js +++ b/lib/transports/xhr.js @@ -54,8 +54,8 @@ }; /** - * Check if we need to send data to the Socket.IO server, if we have data in our buffer - * we encode it and forward it to the `post` method. + * Check if we need to send data to the Socket.IO server, if we have data in our + * buffer we encode it and forward it to the `post` method. * * @api private */