about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2021-02-02 08:59:23 +0100
committerGitHub <noreply@github.com>2021-02-02 08:59:23 +0100
commit4a13c8c22e17e74e5ae4ece07ae37ad32903dcae (patch)
tree02e99f0bc7b4a18e4e41d3fb016bc2f9573eebf8
parent0fb09d6b218b005b90fe5b3f3d5346a2b707e19e (diff)
downloadrust-4a13c8c22e17e74e5ae4ece07ae37ad32903dcae.tar.gz
rust-4a13c8c22e17e74e5ae4ece07ae37ad32903dcae.zip
Fix test formatting
-rw-r--r--tests/ui/exhaustive_items.fixed2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/exhaustive_items.fixed b/tests/ui/exhaustive_items.fixed
index 383b3d85a66..c209f5b4b72 100644
--- a/tests/ui/exhaustive_items.fixed
+++ b/tests/ui/exhaustive_items.fixed
@@ -73,7 +73,7 @@ pub mod structs {
     // no warning, private fields
     pub struct ExhaustivePrivateField {
         pub foo: u8,
-        bar: String
+        bar: String,
     }
 
     // no warning, private