mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 20:03:14 -06:00
f638d624b1
The formatter was not starting a new line after writing comments that preceed an expression. As a result the first part of the expression written (e.g., "not", function name, "some", etc.) would be written without any indentation. Fixes #1560 Signed-off-by: Torin Sandall <torinsandall@gmail.com>