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 f3393f7 commit fb8698f
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 fb8698f

Please sign in to comment.