This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 26fbe7f1ce spotless
26fbe7f1ce is described below
commit 26fbe7f1ce124da7b2875021cb5abf5fa1586518
Author: qiaojialin <[email protected]>
AuthorDate: Fri Jul 29 08:54:44 2022 +0800
spotless
---
session/src/main/java/org/apache/iotdb/session/Session.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/session/src/main/java/org/apache/iotdb/session/Session.java
b/session/src/main/java/org/apache/iotdb/session/Session.java
index b19ad8e9fb..6c270f129d 100644
--- a/session/src/main/java/org/apache/iotdb/session/Session.java
+++ b/session/src/main/java/org/apache/iotdb/session/Session.java
@@ -134,7 +134,7 @@ public class Session {
// The version number of the client which used for compatibility in the
server
protected Version version;
-
+
public Session(String host, int rpcPort) {
this(
host,