Skip to content

Commit 4c4f1ca

Browse files
committed
add missed blank lines
1 parent 1cafd58 commit 4c4f1ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/org/tarantool/jdbc/JdbcDriverTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import java.util.Properties;
3232

3333
public class JdbcDriverTest {
34+
3435
@Test
3536
public void testParseQueryString() throws Exception {
3637
SQLDriver drv = new SQLDriver();

src/test/java/org/tarantool/jdbc/JdbcExceptionHandlingTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
import java.util.Properties;
4242

4343
public class JdbcExceptionHandlingTest {
44+
4445
/**
4546
* Simulates meta parsing error: missing "name" field in a space format for the primary key.
4647
*

0 commit comments

Comments
 (0)