From 1d87f85441fe8879be96952c7c39ff8b8d4bc880 Mon Sep 17 00:00:00 2001 From: cynecx Date: Thu, 22 Aug 2019 01:08:07 +0200 Subject: Update snapshots/highlighting.html to use correct highlighting --- crates/ra_ide_api/src/snapshots/highlighting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_ide_api/src/snapshots/highlighting.html') diff --git a/crates/ra_ide_api/src/snapshots/highlighting.html b/crates/ra_ide_api/src/snapshots/highlighting.html index af7b4a0d0..b39c4d371 100644 --- a/crates/ra_ide_api/src/snapshots/highlighting.html +++ b/crates/ra_ide_api/src/snapshots/highlighting.html @@ -21,8 +21,8 @@ pre { color: #DCDCCC; background: #3F3F3F; font-size: 22px; padd
#[derive(Clone, Debug)]
 struct Foo {
-    pub x: i32,
-    pub y: i32,
+    pub x: i32,
+    pub y: i32,
 }
 
 fn foo<T>() -> T {
-- 
cgit v1.2.3