You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/07/13 09:13:07 UTC

[iotdb] branch fix_sync updated: spotless

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch fix_sync
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/fix_sync by this push:
     new 81578829c4 spotless
81578829c4 is described below

commit 81578829c4ace1e78b57e8ad1dcdfab1ce49774f
Author: qiaojialin <64...@qq.com>
AuthorDate: Wed Jul 13 16:57:01 2022 +0800

    spotless
---
 .../org/apache/iotdb/db/service/basic/StandaloneServiceProvider.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/basic/StandaloneServiceProvider.java b/server/src/main/java/org/apache/iotdb/db/service/basic/StandaloneServiceProvider.java
index a651665f79..a931ffe27b 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/basic/StandaloneServiceProvider.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/basic/StandaloneServiceProvider.java
@@ -31,7 +31,6 @@ import org.apache.iotdb.db.query.context.QueryContext;
 
 public class StandaloneServiceProvider extends ServiceProvider {
 
-
   public StandaloneServiceProvider() throws QueryProcessException {
     super(new PlanExecutor());
   }