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

[stream-utils] fix formatting

GitOrigin-RevId: 85de4dfe7a48dec9fe5cb06fc7f7e446366e1510
This commit is contained in:
Jakob Ackermann
2023-08-01 08:04:04 +00:00
committed by Copybot
parent 30d0c268ca
commit 117928f58e
+1 -1
View File
@@ -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 {
/**