Skip to content

Commit

Permalink
More space work
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 7, 2022
1 parent 6ca9cca commit 586bbe3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base/lttemplate.dtx
Expand Up @@ -720,7 +720,11 @@
{
\tl_set:Nx \l_@@_keytype_tl
{ \tl_trim_spaces:n {##1} }
\tl_set:Nx \l_@@_keytype_arg_tl { \use:n ####2 }
\tl_if_blank:nF {####2}
{
\tl_set:Nx \l_@@_keytype_arg_tl
{ \use:n ####2 }
}
\seq_map_break:
}
}
Expand Down

0 comments on commit 586bbe3

Please sign in to comment.