Skip to content

Commit 0355446

Browse files
committed
test(storage-consumer): Fix formatting in Iceberg test sink
- Align method signatures for better readability - No functional changes, only whitespace adjustments Signed-off-by: tenfyzhong <tenfy@tenfy.cn>
1 parent d52ced7 commit 0355446

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/storage-consumer/iceberg_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ func (s *blockingFlushSink) WriteBlockEvent(commonEvent.BlockEvent) error { retu
4040
func (s *blockingFlushSink) AddCheckpointTs(uint64) {}
4141
func (s *blockingFlushSink) SetTableSchemaStore(*commonEvent.TableSchemaStore) {
4242
}
43-
func (s *blockingFlushSink) Close(bool) {}
43+
func (s *blockingFlushSink) Close(bool) {}
4444
func (s *blockingFlushSink) Run(context.Context) error { return nil }
45-
func (s *blockingFlushSink) BatchCount() int { return 0 }
46-
func (s *blockingFlushSink) BatchBytes() int { return 0 }
45+
func (s *blockingFlushSink) BatchCount() int { return 0 }
46+
func (s *blockingFlushSink) BatchBytes() int { return 0 }
4747

4848
func (s *blockingFlushSink) AddDMLEvent(event *commonEvent.DMLEvent) {
4949
s.added <- event.CommitTs

0 commit comments

Comments
 (0)