On Mon Mar 24 12:22:57 2025 +0000, Matteo Bruni wrote:
What happened here? I guess you originally had `21 * 6`, then replaced it with the result and the (unnecessary either way) parentheses remained? Same issue below.
Yeah I think you're right on having had `(21 * 6)` in a bunch of parentheses. Sorry for the mess, usually I'm pretty good at checking these things before pushing them out...
Would you prefer the parentheses around the flags being removed as well? I feel like it makes them more readable to me, but if you'd prefer I can remove them as well.