sandynz commented on PR #25920: URL: https://github.com/apache/shardingsphere/pull/25920#issuecomment-1566376744
Hi @salmansharifov , there's check style error, could you update the code? ``` Error: /home/runner/work/shardingsphere/shardingsphere/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/context/ JDBCContextTest.java:1: File does not end with a newline. [NewlineAtEndOfFile] Error: /home/runner/work/shardingsphere/shardingsphere/jdbc/core/src/test/java/org/apache/shardingsphere/driver/jdbc/context/ JDBCContextTest.java:39:5: 'METHOD_DEF' should be separated from previous line. [EmptyLineSeparator] ``` And you could import `src/resources/code-style-idea.xml` into your IDEA Code Style. -- 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]
