mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 07:25:42 +08:00
fix cpplint error
This commit is contained in:
@@ -197,8 +197,9 @@ void test2() {
|
||||
else
|
||||
l -= step;
|
||||
}
|
||||
} else // no min limit of k
|
||||
} else { // no min limit of k
|
||||
k -= step;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user