mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-03-17 21:08:19 +02:00
Underline "next"
This commit is contained in:
parent
bcebbb9df6
commit
67ce9b9e56
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user