diff options
author | Dmitry <[email protected]> | 2020-08-09 17:28:48 +0100 |
---|---|---|
committer | Dmitry <[email protected]> | 2020-08-09 17:28:48 +0100 |
commit | 06ca135bba846bdaf79301a5ad87ab708a29eba7 (patch) | |
tree | f6690970201b464291909f31f01a849a62f03809 /crates | |
parent | cdf6eee9f550062e63041679f6afc968ee9ff240 (diff) |
fix trailing space
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_hir/src/has_source.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir/src/has_source.rs b/crates/ra_hir/src/has_source.rs index db9228d67..f2eb70057 100644 --- a/crates/ra_hir/src/has_source.rs +++ b/crates/ra_hir/src/has_source.rs | |||
@@ -1,4 +1,4 @@ | |||
1 | //! Provides set of implementation for hir's objects that allows get back location in file. | 1 | //! Provides set of implementation for hir's objects that allows get back location in file. |
2 | 2 | ||
3 | use either::Either; | 3 | use either::Either; |
4 | use hir_def::{ | 4 | use hir_def::{ |