1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-07 20:02:17 +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 {
write!(self.writer, "{}:next / ", 'n'.bold())?;
write!(self.writer, "{}:{} / ", 'n'.bold(), "next".underlined())?;
}
if !self.show_hint {