mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-30 22:41:44 +00:00
typo in sparkline.rs
This commit is contained in:
parent
97357c0e08
commit
e5fdd442c3
@ -102,11 +102,11 @@ impl<'a> Widget for Sparkline<'a> {
|
|||||||
let symbol = match *d {
|
let symbol = match *d {
|
||||||
0 => " ",
|
0 => " ",
|
||||||
1 => bar::ONE_EIGHTH,
|
1 => bar::ONE_EIGHTH,
|
||||||
2 => bar::ONE_QUATER,
|
2 => bar::ONE_QUARTER,
|
||||||
3 => bar::THREE_EIGHTHS,
|
3 => bar::THREE_EIGHTHS,
|
||||||
4 => bar::HALF,
|
4 => bar::HALF,
|
||||||
5 => bar::FIVE_EIGHTHS,
|
5 => bar::FIVE_EIGHTHS,
|
||||||
6 => bar::THREE_QUATERS,
|
6 => bar::THREE_QUARTERS,
|
||||||
7 => bar::SEVEN_EIGHTHS,
|
7 => bar::SEVEN_EIGHTHS,
|
||||||
_ => bar::FULL,
|
_ => bar::FULL,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user