1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

Underline "next"

This commit is contained in:
mo8it 2024-07-02 01:50:05 +02:00
parent bcebbb9df6
commit 67ce9b9e56

View File

@ -101,7 +101,7 @@ impl<'a> WatchState<'a> {
} }
if self.done_status != DoneStatus::Pending { if self.done_status != DoneStatus::Pending {
write!(self.writer, "{}:next / ", 'n'.bold())?; write!(self.writer, "{}:{} / ", 'n'.bold(), "next".underlined())?;
} }
if !self.show_hint { if !self.show_hint {