From a00be023595869bca2eb8e3f95c1d16a4cf748c0 Mon Sep 17 00:00:00 2001 From: PuqiAR Date: Tue, 10 Feb 2026 15:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=B8=80=E5=A4=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Module/Library/std/formater/formater.fig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Module/Library/std/formater/formater.fig b/src/Module/Library/std/formater/formater.fig index 2588674..3a77666 100644 --- a/src/Module/Library/std/formater/formater.fig +++ b/src/Module/Library/std/formater/formater.fig @@ -120,7 +120,7 @@ public func formatByListArgs(objects) -> Any { return null; } -if objects.length() < 1 + if objects.length() < 1 { throw new FormatError{"Require format string"}; }