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

morningman pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 0a52ab35d0f [fix](compile error) fix fe check style error. (#25201)
0a52ab35d0f is described below

commit 0a52ab35d0f353859f43a1fbbd2470f3a3d52bc5
Author: shuke <[email protected]>
AuthorDate: Mon Oct 9 10:14:24 2023 -0500

    [fix](compile error) fix fe check style error. (#25201)
    
    only for branch-2.0
---
 fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java 
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 2897b9f890e..d2a44d631e4 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -2185,5 +2185,4 @@ public class Config extends ConfigBase {
             + "If this database conflicts with a user's own database, please 
modify this field to replace "
             + "the name of the Doris built-in MySQL database with a different 
name."})
     public static String mysqldb_replace_name = "mysql";
-    
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to