Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 29, 2024
1 parent 925b664 commit 86aa1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_forge_tick/migrators/r_ucrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def _cleanup_raw_yaml(raw_yaml):
)
lines.append(comment)
lines.append(spaces + "# " + line.lstrip())
continue
lines.append(line)

return "\n".join(lines) + "\n"
Expand Down

0 comments on commit 86aa1ea

Please sign in to comment.