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.pull/504/head
parent
19d00809d1
commit
e0f749bf5d
Loading…
Reference in New Issue