Feedback
Unary Not formatting is now consistent in method arguments
- Status
- Fixed
- Fixed in
- v26.8.4
- Source discussion
- https://forum.objo.dev/d/815-code-formatting-nit-leading-not-in-method-argument-has-leading-spaceg-space
- Last updated
- 2026-08-17
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Objo Studio's code formatter inserts an unwanted space between an opening parenthesis and a leading Not method argument, changing Open(Not value) to Open( Not value). The formatter should keep unary Not adjacent to the opening parenthesis while preserving the space before its operand.