Closed AsaiYusuke closed 1 year ago
The result with the -switch option includes not only the decision based on the case, but also the duplication of "if" blocks that make the same result.
In this PR, I removed this unnecessary if-block.
Thanks!
The result with the -switch option includes not only the decision based on the case, but also the duplication of "if" blocks that make the same result.
In this PR, I removed this unnecessary if-block.