todo_trek icon indicating copy to clipboard operation
todo_trek copied to clipboard

remove redundant 'if'

Open TheArrowsmith opened this issue 1 year ago • 1 comments

My IDE complains that this if is redundant because logs == [] will always be false (because we're within the [_ | _] = logs branch of the case statement.

Is this a typo or am I missing something?

TheArrowsmith avatar Jun 07 '23 06:06 TheArrowsmith