Skip to content

Commit

Permalink
mvn spotless:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
lh xg committed Feb 20, 2024
1 parent 1d24a1d commit 81ebd43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public BaseDataSourceParamDTO castDatasourceParamDTO(String paramJson) {
}

@Override
public BaseDataSourceParamDTO createDatasourceParamDTO(String connectionJson) throws NumberFormatException{
public BaseDataSourceParamDTO createDatasourceParamDTO(String connectionJson) throws NumberFormatException {
XuguConnectionParam connectionParams = (XuguConnectionParam) createConnectionParams(connectionJson);
XuguDataSourceParamDTO xuguDataSourceParamDTO = new XuguDataSourceParamDTO();

Expand Down

0 comments on commit 81ebd43

Please sign in to comment.