From fd4220566fc54cdf1a22ede38c15d004b3391a22 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 7 Sep 2023 15:51:17 -0700 Subject: [PATCH] pdf.layout: don't need to >alist sort-keys --- extra/pdf/layout/layout.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/pdf/layout/layout.factor b/extra/pdf/layout/layout.factor index 5440646432..b9c8bac3fa 100644 --- a/extra/pdf/layout/layout.factor +++ b/extra/pdf/layout/layout.factor @@ -252,7 +252,7 @@ M: table-row pdf-render rows [ cells>> canvas swap col-widths [ widths [ 0 or max ] change-at ] each-index - ] each widths >alist sort-keys values + ] each widths sort-keys values dup sum dup 450 > [ -- 2.34.1