From 06ca135bba846bdaf79301a5ad87ab708a29eba7 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 9 Aug 2020 23:28:48 +0700 Subject: [PATCH] fix trailing space --- crates/ra_hir/src/has_source.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ra_hir/src/has_source.rs b/crates/ra_hir/src/has_source.rs index db9228d67c4a..f2eb70057a39 100644 --- a/crates/ra_hir/src/has_source.rs +++ b/crates/ra_hir/src/has_source.rs @@ -1,4 +1,4 @@ -//! Provides set of implementation for hir's objects that allows get back location in file. +//! Provides set of implementation for hir's objects that allows get back location in file. use either::Either; use hir_def::{