Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comments-indentation: Refactor to use 'max' builtin
It is unnecessary to use an `if` statement to check the maximum of two values and then assign the value to a name. You can use the max built-in do do this. It is straightforward and more readable.
- Loading branch information