Merck / r2rtf

Easily Create Production-Ready Rich Text Format (RTF) Table and Figure
https://merck.github.io/r2rtf
GNU General Public License v3.0
76 stars 19 forks source link

Remove unnecessary `paste()` call #224

Closed nanxstats closed 1 month ago

nanxstats commented 1 month ago

A follow up to #223 - this PR removes the unnecessary paste() call from update_unicode_latex() as sprintf() is already sufficient.