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

[stream-utils] fix formatting

GitOrigin-RevId: 85de4dfe7a48dec9fe5cb06fc7f7e446366e1510
This commit is contained in:
Jakob Ackermann 2023-07-31 19:15:39 +02:00 committed by Copybot
parent 30d0c268ca
commit 117928f58e

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 {
/**