Skip to content

Commit

Permalink
chore: format code to fix ci (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 12, 2024
1 parent fa6add3 commit 544247d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/development/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "0.10.1"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2021"
license = "MIT"
description = "Helper functions for testing dprint plugins."
repository = "https://github.com/dprint/dprint"
description = "Helper functions for testing dprint plugins."

[dependencies]
anyhow = "1.0.66"
console = "0.15.2"
file_test_runner = "0.5.0"
file_test_runner = "0.5.1"
serde_json = { version = "1.0.104", features = ["preserve_order"] }
similar = "2.2.1"

0 comments on commit 544247d

Please sign in to comment.