Skip to content

Commit aeb2c91

Browse files
committed
code format
1 parent 479f01b commit aeb2c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/pulsar/io/jcloud/sink/BlobStoreAbstractSink.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ private void unsafeFlush() {
308308
}
309309
} catch (Exception e) {
310310
log.error("Failed to generate file path", e);
311-
bulkHandleFailedRecords(e,singleTopicRecordsToInsert);
311+
bulkHandleFailedRecords(e, singleTopicRecordsToInsert);
312312
return;
313313
}
314314

0 commit comments

Comments
 (0)