Compare migrations formatted uniformly (#18760)

Otherwise old migrations may be formatted differently than new
migrations, causing comparison errors.

Follow-up of https://github.com/zed-industries/zed/pull/18676

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-10-05 12:58:45 +03:00 committed by GitHub
parent 7608000df8
commit 1f31022cbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 18 deletions

View file

@ -15,5 +15,5 @@ doctest = false
[dependencies]
sqlez.workspace = true
sqlformat = "0.2"
sqlformat.workspace = true
syn = "1.0"