Skip to content

Commit

Permalink
🎨 Adjust source code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Sep 3, 2022
1 parent 1147014 commit e2679fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/backends/latex/print.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ function _pt_latex(
wrap_table_environment::Union{Nothing, String} = nothing
)
# Unpack fields of `pinfo`.
ptable = pinfo.ptable
cell_first_line_only = pinfo.cell_first_line_only
compact_printing = pinfo.compact_printing
formatters = pinfo.formatters
limit_printing = pinfo.limit_printing
renderer = pinfo.renderer
title = pinfo.title
title_alignment = pinfo.title_alignment
ptable = pinfo.ptable
cell_first_line_only = pinfo.cell_first_line_only
compact_printing = pinfo.compact_printing
formatters = pinfo.formatters
limit_printing = pinfo.limit_printing
renderer = pinfo.renderer
title = pinfo.title
title_alignment = pinfo.title_alignment

hidden_rows_at_end = _get_num_of_hidden_rows(ptable) > 0
hidden_columns_at_end = _get_num_of_hidden_columns(ptable) > 0
Expand Down

0 comments on commit e2679fb

Please sign in to comment.