remove the black line

This commit is contained in:
ray bi 2022-08-18 11:23:47 +08:00
parent ef0c6b82ad
commit 54778f49d6

View File

@ -468,5 +468,4 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
public static String format(CharSequence template, Map<?, ?> map, boolean ignoreNull) {
return StrFormatter.format(template, map, ignoreNull);
}
}