Skip to content

Commit 6be9810

Browse files
committed
formatting [ci skip]
1 parent 4008633 commit 6be9810

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

speech-to-text/recognize-stream.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,6 @@ RecognizeStream.prototype._write = function(chunk, encoding, callback) {
347347
* @private
348348
* @param next
349349
*/
350-
//
351-
352350
RecognizeStream.prototype.afterSend = function afterSend(next) {
353351
if (this.socket.bufferedAmount <= (this._writableState.highWaterMark || 0)) {
354352
process.nextTick(next);

0 commit comments

Comments
 (0)