terrymanu commented on code in PR #16886:
URL: https://github.com/apache/shardingsphere/pull/16886#discussion_r851766586


##########
shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/constant/MySQLServerErrorCode.java:
##########
@@ -58,8 +58,8 @@ public enum MySQLServerErrorCode implements SQLErrorCode {
     
     ER_UNKNOWN_CHARACTER_SET(1115, "42000", "Unknown character set: '%s'"),
     
-    ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE(3176, "HY000", 
-            "Please do not modify the %s table with an XA transaction. This is 
an internal system table used to store GTIDs for committed transactions. " 
+    ER_ERROR_ON_MODIFYING_GTID_EXECUTED_TABLE(3176, "HY000",
+            "Please do not modify the %s table with an XA transaction. This is 
an internal system table used to store GTIDs for committed transactions. "

Review Comment:
   Could we not keep the lasted space in the end of String?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to