aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Bestia <[email protected]>2021-02-13 16:57:05 +0000
committerLuciano Bestia <[email protected]>2021-02-13 16:57:05 +0000
commit790bda1f851eed1837415919897055f1635c066d (patch)
tree842b69c9b8e08ba8fc90006103f5b5e4171baa8a
parenta28f9545e18918b68b5c07e0231f2af219a15bb7 (diff)
corrected no newline at end of file
-rw-r--r--crates/ide/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 8c49800d5..bb28cca4d 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -36,4 +36,4 @@ completion = { path = "../completion", version = "0.0.0" }
36hir = { path = "../hir", version = "0.0.0" } 36hir = { path = "../hir", version = "0.0.0" }
37 37
38[dev-dependencies] 38[dev-dependencies]
39expect-test = "1.1" \ No newline at end of file 39expect-test = "1.1"