From 8a28f3059398eec7b5496bb1088b4d9870e6eb7e Mon Sep 17 00:00:00 2001 From: Philipp Mildenberger Date: Thu, 27 Jul 2023 04:57:19 +0200 Subject: Reformat with nightly rustfmt for better let-else formatting (#7721) --- helix-lsp/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-lsp/src') diff --git a/helix-lsp/src/lib.rs b/helix-lsp/src/lib.rs index 90f0c3fd..d29a2144 100644 --- a/helix-lsp/src/lib.rs +++ b/helix-lsp/src/lib.rs @@ -435,7 +435,7 @@ pub mod util { } let tabstops = tabstops.first().filter(|tabstops| !tabstops.is_empty()); - let Some(tabstops) = tabstops else{ + let Some(tabstops) = tabstops else { // no tabstop normal mapping mapped_selection.push(range); continue; -- cgit v1.2.3-70-g09d2