]> git.lizzy.rs Git - rust.git/commitdiff
removed trailing whitespace
authorJeroen Vannevel <jer_vannevel@outlook.com>
Wed, 5 Jan 2022 02:16:22 +0000 (02:16 +0000)
committerJeroen Vannevel <jer_vannevel@outlook.com>
Wed, 5 Jan 2022 02:16:22 +0000 (02:16 +0000)
crates/ide_assists/src/handlers/extract_variable.rs

index cc5521201db273e4d08bc9800f76ee09dca3fdcb..c8c646d941d6b7ebb0cf5f733ec45cb7a5c55c17 100644 (file)
@@ -1152,7 +1152,7 @@ struct S {
 
 impl S {
     fn new() -> S {
-        S { 
+        S {
             sub: X::new()
         }
     }
@@ -1181,7 +1181,7 @@ struct S {
 
 impl S {
     fn new() -> S {
-        S { 
+        S {
             sub: X::new()
         }
     }
@@ -1218,7 +1218,7 @@ struct S {
 
 impl S {
     fn new() -> S {
-        S { 
+        S {
             sub: X::new()
         }
     }
@@ -1247,7 +1247,7 @@ struct S {
 
 impl S {
     fn new() -> S {
-        S { 
+        S {
             sub: X::new()
         }
     }