Просмотр исходного кода

Merge pull request #14107 from overleaf/jpa-fix-format

[stream-utils] fix formatting

GitOrigin-RevId: 85de4dfe7a48dec9fe5cb06fc7f7e446366e1510
Jakob Ackermann 3 лет назад
Родитель
Сommit
117928f58e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libraries/stream-utils/index.js

+ 1 - 1
libraries/stream-utils/index.js

@@ -111,7 +111,7 @@ class TimeoutStream extends PassThrough {
 
 /**
  * LoggerStream which will call the provided logger function when the stream exceeds a user specified limit. It will call the provided function again when flushing the stream and it exceeded the user specified limit before.
-* @extends stream.Transform
+ * @extends stream.Transform
  */
 class LoggerStream extends Transform {
   /**