Skip to content

Commit

Permalink
taplo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed Dec 27, 2024
1 parent 7096b76 commit 8bb8735
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,9 @@ recursive = "0.1.1"
regex = "1.8"
rstest = "0.23.0"
serde_json = "1"
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev ="e9c3305008b4e0a28fb42a2fe6b18b3bd2a8291b", features = ["visitor"] }
sqlparser = { git = "https://github.com/apache/datafusion-sqlparser-rs.git", rev = "e9c3305008b4e0a28fb42a2fe6b18b3bd2a8291b", features = [
"visitor",
] }
tempfile = "3"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
url = "2.2"
Expand Down

0 comments on commit 8bb8735

Please sign in to comment.