Skip to content

Commit

Permalink
feature: _pad_columns returns correct string
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Jan 28, 2024
1 parent 0d30441 commit 2fd4e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/md_to_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def _pad_columns(row: str, widths: tuple[int, ...] | int, delimiter: str = "|")
# each column are less than the width specified by
# widths

return new_row


def _exclusive_map(
func: Callable[[T], S],
Expand Down

0 comments on commit 2fd4e7c

Please sign in to comment.