Skip to content
Commit d098551f authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Improve code readability

While `float || float` is going to return a value that's either not zero
or the last float value, this syntax can be confusing to people coming
from C++ background. So let's use more conventional ternary operator to
make this code more readable.
parent 666b3df7
Pipeline #494158 passed with stage
in 36 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment