Skip to content

Commit

Permalink
refactor: drop an unneeded \int_eval:n
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Mar 19, 2024
1 parent 9f5b008 commit ec066c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabularray.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@
\cs_new_protected:Npn \tblr_set_every_vline:nnn #1 #2 #3
{
\group_begin:
\int_step_inline:nn { \int_eval:n { \c@colcount + 1 } }
\int_step_inline:nn { \c@colcount + 1 }
{
\int_set:Nn \c@colnum {##1}
\tblr_set_vline:nnn {#1} {#2} {#3}
Expand Down

0 comments on commit ec066c3

Please sign in to comment.