sandynz commented on code in PR #27251:
URL: https://github.com/apache/shardingsphere/pull/27251#discussion_r1267450741


##########
kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/importer/sink/PipelineDataSourceSink.java:
##########
@@ -299,4 +300,4 @@ public void close() {
         PipelineJdbcUtils.cancelStatement(updateStatement.get());
         PipelineJdbcUtils.cancelStatement(batchDeleteStatement.get());
     }
-}
+}

Review Comment:
   The end of file should keep an empty line.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to