about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhkalbasi <hamidrezakalbasi@protonmail.com>2022-04-22 19:29:10 +0430
committerhkalbasi <hamidrezakalbasi@protonmail.com>2022-04-22 19:29:10 +0430
commit785ae4dfa8816028cd75dc71ae7cc2ff4f7ff7b8 (patch)
treedcdba168e6171a92ab356df0ac4514257fe382b9
parent0b5dd42facb8f34da578afb11870e6f4e674708a (diff)
downloadrust-785ae4dfa8816028cd75dc71ae7cc2ff4f7ff7b8.tar.gz
rust-785ae4dfa8816028cd75dc71ae7cc2ff4f7ff7b8.zip
remove trailing space
-rw-r--r--crates/hir_ty/src/lower.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_ty/src/lower.rs b/crates/hir_ty/src/lower.rs
index 29bf16d23fe..a3787728eac 100644
--- a/crates/hir_ty/src/lower.rs
+++ b/crates/hir_ty/src/lower.rs
@@ -1676,7 +1676,7 @@ pub(crate) fn lower_to_chalk_mutability(m: hir_def::type_ref::Mutability) -> Mut
 
 /// Checks if the provided generic arg matches its expected kind, then lower them via
 /// provided closures. Use unknown if there was kind mismatch.
-/// 
+///
 /// Returns `Some` of the lowered generic arg. `None` if the provided arg is a lifetime.
 pub(crate) fn generic_arg_to_chalk<'a, T>(
     db: &dyn HirDatabase,