Skip to content

Commit 7b21f7d

Browse files
committed
restyling
1 parent c187197 commit 7b21f7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ class TDqPqReadActor : public NActors::TActor<TDqPqReadActor>, public IDqCompute
407407

408408
struct TReadyBatch {
409409
public:
410-
TReadyBatch(TMaybe<TInstant> watermark, ui32 dataCapacity): Watermark(watermark){
410+
TReadyBatch(TMaybe<TInstant> watermark, ui32 dataCapacity)
411+
: Watermark(watermark) {
411412
Data.reserve(dataCapacity);
412413
}
413414

0 commit comments

Comments
 (0)