mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Underline "next"
This commit is contained in:
parent
bcebbb9df6
commit
67ce9b9e56
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue