Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Apr 13, 2023
1 parent 3a6fc02 commit c4e23d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

/** Tools for creating RocketMq topic and group. */
public class RocketMqAdminUtil {

public static String createUniqInstance(String prefix) {
return prefix.concat("-").concat(UUID.randomUUID().toString());
}
Expand Down

0 comments on commit c4e23d6

Please sign in to comment.