about summary refs log tree commit diff
diff options
context:
space:
mode:
authorrainy-me <github@yue.coffee>2021-10-19 23:46:43 +0900
committerrainy-me <github@yue.coffee>2021-10-19 23:46:43 +0900
commit1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66 (patch)
treefaeb7888340cac814cbe6e57a4e36c30baf40f51
parentadb3729b915ed682cadedc40641fd645e1bb4a8f (diff)
downloadrust-1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66.tar.gz
rust-1ea2c723861da2f5fe1f84fa44e4b8ea201bbf66.zip
Fix: remove extra newline
-rw-r--r--crates/ide_assists/src/handlers/expand_glob_import.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide_assists/src/handlers/expand_glob_import.rs b/crates/ide_assists/src/handlers/expand_glob_import.rs
index 14bc35fea8e..34eb235ce2c 100644
--- a/crates/ide_assists/src/handlers/expand_glob_import.rs
+++ b/crates/ide_assists/src/handlers/expand_glob_import.rs
@@ -327,7 +327,6 @@ fn qux() {}
         )
     }
 
-
     #[test]
     fn expanding_glob_import_with_existing_explicit_names() {
         check_assist(