Skip to content

Commit

Permalink
fix white lines
Browse files Browse the repository at this point in the history
  • Loading branch information
RickDGO committed Oct 16, 2024
1 parent 2e31e61 commit f8d6af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/codes/latex_formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def latex_fraction(numerator: str | float, denominator: str | float) -> str:
"""
return f"\\frac{{{numerator}}}{{{denominator}}}"


def latex_min_curly_brackets(*args: str | float) -> str:
r"""Return a string which will output: min{arg_1; arg_2; ...; arg_N} in latex.
Expand Down

0 comments on commit f8d6af0

Please sign in to comment.