about summary refs log tree commit diff
path: root/tests/ui/threads-sendsync/trivial-message.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/threads-sendsync/trivial-message.rs')
-rw-r--r--tests/ui/threads-sendsync/trivial-message.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/threads-sendsync/trivial-message.rs b/tests/ui/threads-sendsync/trivial-message.rs
index 81657373643..d76ba0009dc 100644
--- a/tests/ui/threads-sendsync/trivial-message.rs
+++ b/tests/ui/threads-sendsync/trivial-message.rs
@@ -2,9 +2,9 @@
 
 #![allow(unused_must_use)]
 /*
-  This is about the simplest program that can successfully send a
-  message.
- */
+ This is about the simplest program that can successfully send a
+ message.
+*/
 
 use std::sync::mpsc::channel;