mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
remove the black line
This commit is contained in:
@@ -468,5 +468,4 @@ public class StrUtil extends CharSequenceUtil implements StrPool {
|
|||||||
public static String format(CharSequence template, Map<?, ?> map, boolean ignoreNull) {
|
public static String format(CharSequence template, Map<?, ?> map, boolean ignoreNull) {
|
||||||
return StrFormatter.format(template, map, ignoreNull);
|
return StrFormatter.format(template, map, ignoreNull);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user