Skip to content

Commit

Permalink
Don't break long lines when converting v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-fcampbell committed Sep 20, 2024
1 parent 05a6689 commit 6f9f6fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/snowflake/cli/_plugins/helpers/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ def v1_to_v2(
exclude_unset=True, exclude_none=True, mode="json", by_alias=True
),
file,
width=float("inf"), # Don't break lines
)
return MessageResult("Project definition migrated to version 2.")

0 comments on commit 6f9f6fe

Please sign in to comment.