From 86d5f4af573b728105070b9fd1b33e16755ce499 Mon Sep 17 00:00:00 2001 From: xbkaishui Date: Tue, 25 Aug 2020 13:50:14 +0800 Subject: [PATCH] remove blank line --- .../bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java b/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java index a038197c23..d73ed72aa0 100644 --- a/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java +++ b/shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/src/test/java/org/apache/shardingsphere/db/protocol/postgresql/packet/command/query/binary/bind/protocol/PostgreSQLBinaryProtocolValueFactoryTest.java @@ -77,6 +77,4 @@ public class PostgreSQLBinaryProtocolValueFactoryTest { public void assertGetBinaryProtocolValueExThrown() { PostgreSQLBinaryProtocolValueFactory.getBinaryProtocolValue(PostgreSQLColumnType.POSTGRESQL_TYPE_XML); } - } - -- GitLab