]> gitweb.factorcode.org Git - factor.git/commitdiff
pdf.layout: don't need to >alist sort-keys
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 7 Sep 2023 22:51:17 +0000 (15:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 7 Sep 2023 22:51:17 +0000 (15:51 -0700)
extra/pdf/layout/layout.factor

index 544064643262375e92aa2d8d0ec3e8878aa1859c..b9c8bac3fafff40362c6332830ec71da87e8bfe6 100644 (file)
@@ -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 > [