From: Luciano Bestia Date: Sat, 13 Feb 2021 16:57:05 +0000 (+0100) Subject: corrected no newline at end of file X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=790bda1f851eed1837415919897055f1635c066d;p=rust.git corrected no newline at end of file --- diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml index 8c49800d554..bb28cca4d41 100644 --- a/crates/ide/Cargo.toml +++ b/crates/ide/Cargo.toml @@ -36,4 +36,4 @@ completion = { path = "../completion", version = "0.0.0" } hir = { path = "../hir", version = "0.0.0" } [dev-dependencies] -expect-test = "1.1" \ No newline at end of file +expect-test = "1.1"