mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-05 17:53:29 +02:00
Underline "next"
This commit is contained in:
+1
-1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user