格式化一处代码

This commit is contained in:
2026-02-10 15:21:00 +08:00
parent e0a76ea1da
commit a00be02359

View File

@@ -120,7 +120,7 @@ public func formatByListArgs(objects) -> Any
{ {
return null; return null;
} }
if objects.length() < 1 if objects.length() < 1
{ {
throw new FormatError{"Require format string"}; throw new FormatError{"Require format string"};
} }