You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code looked a bit fishy:
- There's no need to check up front whether we're dividing a zero or
non-zero number by some constant.
- The conversion to milliseconds is actually not needed at all because
it gets immediately converted to back to nanoseconds.
0 commit comments