Skip to content

Commit

Permalink
add an empty line after each index cleanup section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry committed Sep 10, 2021
1 parent e48278c commit 65c5e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions biothings/hub/dataindex/indexer_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def plain_text(cleanups):
env = repr(index.get("environment"))
ts = str(index.get("created_at"))
plain_texts.append(f" {_id} (env={env}, created={ts})")
plain_texts.append("")
return '\n'.join(plain_texts)

# Feature Specification ↑
Expand Down

0 comments on commit 65c5e3f

Please sign in to comment.