diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/feature/topanime.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/topanime.rs b/src/feature/topanime.rs index 44c7ea0..158e7f3 100644 --- a/src/feature/topanime.rs +++ b/src/feature/topanime.rs | |||
@@ -64,7 +64,7 @@ impl Feature for TopAnime { | |||
64 | break; | 64 | break; |
65 | } | 65 | } |
66 | let mut pref = ""; | 66 | let mut pref = ""; |
67 | if i % 2 != 0 { | 67 | if i % 2 == 0 { |
68 | pref = "*"; | 68 | pref = "*"; |
69 | } | 69 | } |
70 | msg.push_str(&format!("{}{}. {} ({}%){}\n", | 70 | msg.push_str(&format!("{}{}. {} ({}%){}\n", |