Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 17, 2023
1 parent 4c628ab commit d3660c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsd_utils/mapping/application/multi_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def formatted_values(value):
if isinstance(value, list)
else convert_bool_value(value)
)

value_indent = " " * 7
values = ".\n".join([f"{value_indent}. {item.strip()}" for item in value])

Expand Down

0 comments on commit d3660c6

Please sign in to comment.