Skip to content

Commit 09fa184

Browse files
RemyLespagnolnfriedly
authored andcommitted
lint
1 parent 5611206 commit 09fa184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech-to-text/recognize_stream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ RecognizeStream.prototype.initialize = function() {
217217
this.initialized = true;
218218
};
219219

220-
RecognizeStream.prototype._read = function(/* size*/) {
220+
RecognizeStream.prototype._read = function() /* size*/ {
221221
// there's no easy way to control reads from the underlying library
222222
// so, the best we can do here is a no-op
223223
};

0 commit comments

Comments
 (0)