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/484/head
parent
60b0f9f21f
commit
5d56eb49d5
Loading…
Reference in New Issue