totalo commented on a change in pull request #10115:
URL: https://github.com/apache/shardingsphere/pull/10115#discussion_r615537078



##########
File path: 
shardingsphere-features/shardingsphere-authority/shardingsphere-authority-common/src/main/java/org/apache/shardingsphere/authority/provider/natived/builder/dialect/PostgreSQLPrivilegeHandler.java
##########
@@ -130,19 +160,19 @@ private void fillRolePrivileges(final 
Map<ShardingSphereUser, NativePrivileges>
             }
         }
     }
-    
+
     private void fillRolePrivileges(final Map<ShardingSphereUser, 
NativePrivileges> userPrivilegeMap, final ResultSet resultSet) throws 
SQLException {
         Optional<ShardingSphereUser> user = 
findShardingSphereUser(userPrivilegeMap, resultSet);
         if (user.isPresent()) {
             
userPrivilegeMap.get(user.get()).getAdministrativePrivileges().getPrivileges().addAll(loadRolePrivileges(resultSet));
         }
     }
-    
+

Review comment:
       This should be a different specification. I used idea’s automatic 
formatting. In his specification, blank lines do not contain any characters, 
but in our project, blank lines seem to contain a Tab placeholder. Which one 
should we choose? Which way do you think is better?




-- 
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.

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


Reply via email to