Skip to content

Commit

Permalink
Minor stylistic change
Browse files Browse the repository at this point in the history
After discussion within the team
  • Loading branch information
josephwright committed Feb 9, 2024
1 parent 674f0ec commit 80ccd71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions siunitx-print.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
% Color support is always required; to avoid a potential clash we delay to
% the start of the document.
% \begin{macrocode}
\cs_if_exist:NTF \hook_gput_code:nnn
{ \hook_gput_code:nnn { begindocument / before } { siunitx } }
\cs_if_exist:NTF \AddToHook
{ \AddToHook { begindocument / before } }
{ \AtBeginDocument }
{ \RequirePackage { color } }
% \end{macrocode}
Expand Down

0 comments on commit 80ccd71

Please sign in to comment.