Skip to content

Commit

Permalink
Make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
sudotac committed Aug 17, 2024
1 parent 295fca6 commit 8aade7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/temml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def render(math, display_mode: false, annotate: false, leqno: false,
'temml.renderToString',
math,
displayMode: display_mode,
annotate: annotate,
leqno: leqno,
annotate:,
leqno:,
throwOnError: throw_on_error,
errorColor: error_color,
macros: macros,
macros:,
**render_options
)
rescue ExecJS::ProgramError => e
Expand Down

0 comments on commit 8aade7e

Please sign in to comment.