Files
releases/format
Ashutosh Narkar b9eb4cd20f format: Preserve brackets around set union operation
This fix preserves the brackets around set union operations
when the inflix operator (`|`) is used. Previously the formatter
would remove the brackets around the union operation, interpreting
the expression as a comprehesion which would yeild unexpected results.

Fixes: #6588

Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
2024-03-07 08:09:31 -08:00
..