nt-williams/lmtp

Reduntant if statement

lorenzoFabbri opened this issue · 1 comments

else if (is.null(shifted) && is.null(shift))

Isn't this if else statement the same as the if statement above?

It is redundant, but the verboseness of it is on purpose to enumerate all possibilities. Thanks for checking!