Skip to content

Commit 1e05e09

Browse files
committed
Remove the useless indentation
1 parent 9a8b516 commit 1e05e09

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libstd/thread/mod.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,8 @@ where
641641
#[stable(feature = "rust1", since = "1.0.0")]
642642
pub fn current() -> Thread {
643643
thread_info::current_thread().expect(
644-
"use of std::thread::current() is not \
645-
possible after the thread's local \
646-
data has been destroyed",
644+
"use of std::thread::current() is not possible \
645+
after the thread's local data has been destroyed",
647646
)
648647
}
649648

0 commit comments

Comments
 (0)