From 10e7fd25feb96f7fe5b82864374833ebf273fa2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 10 Jan 2021 17:56:53 +0200 Subject: Fix typo, parentheses is plural --- .../syntax_highlighting/test_data/highlight_injection.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'crates/ide/src/syntax_highlighting/test_data/highlight_injection.html') diff --git a/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html b/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html index 169c268f5..753b535b5 100644 --- a/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html +++ b/crates/ide/src/syntax_highlighting/test_data/highlight_injection.html @@ -36,14 +36,14 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd .unresolved_reference { color: #FC5555; text-decoration: wavy underline; } -
fn fixture(ra_fixture: &str) {}
+
fn fixture(ra_fixture: &str) {}
 
-fn main() {
-    fixture(r#"
+fn main() {
+    fixture(r#"
         trait Foo {
-            fn foo() {
-                println!("2 + 2 = {}", 4);
+            fn foo() {
+                println!("2 + 2 = {}", 4);
             }
         }"#
-    );
+    );
 }
\ No newline at end of file -- cgit v1.2.3