lint fix
This commit is contained in:
@@ -62,11 +62,9 @@ pub fn solve() {
|
||||
}
|
||||
|
||||
if let Some(next_line) = &next_line {
|
||||
{
|
||||
if next_line[idx] {
|
||||
adjacent_rolls_count += 1;
|
||||
}
|
||||
}
|
||||
|
||||
if idx > 0 {
|
||||
if next_line[idx - 1] {
|
||||
|
||||
Reference in New Issue
Block a user