diff options
author | Luciano Bestia <[email protected]> | 2021-02-13 16:57:05 +0000 |
---|---|---|
committer | Luciano Bestia <[email protected]> | 2021-02-13 16:57:05 +0000 |
commit | 790bda1f851eed1837415919897055f1635c066d (patch) | |
tree | 842b69c9b8e08ba8fc90006103f5b5e4171baa8a | |
parent | a28f9545e18918b68b5c07e0231f2af219a15bb7 (diff) |
corrected no newline at end of file
-rw-r--r-- | crates/ide/Cargo.toml | 2 |
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" } | |||
36 | hir = { path = "../hir", version = "0.0.0" } | 36 | hir = { path = "../hir", version = "0.0.0" } |
37 | 37 | ||
38 | [dev-dependencies] | 38 | [dev-dependencies] |
39 | expect-test = "1.1" \ No newline at end of file | 39 | expect-test = "1.1" |