diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2021-10-16 14:57:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-16 14:57:45 -0400 |
| commit | 62f6865f7c8fa93cb994623bb1befa071e5ad4e8 (patch) | |
| tree | 9ab3bb149f042f0d5870b84014d959d93eaf3775 /Cargo.lock | |
| parent | 004d07dccd69c9fae8370665632d90401f770938 (diff) | |
fix: fmt should not remove parens around sequence expressions (#12461)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4c1f386a7..d832121b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1151,9 +1151,9 @@ dependencies = [ [[package]] name = "dprint-plugin-typescript" -version = "0.57.2" +version = "0.57.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85bf1bad85eb81020904b4e80271ab760be7aef3b5edf8b82567f51c8b2c7cba" +checksum = "4fc63cff32dd37a96034f11e028fbd45404729874642b6ff6c4f69306f8c128d" dependencies = [ "dprint-core", "dprint-swc-ecma-ast-view", |
