Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.6.1.Release
-
Fix Version/s: 2.7.2.Release
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Sorry, pressed enter too soon!
In the following script:
[ a: 1, b: 2 ]after pressing Ctrl + Shift + F produces the following:
[ a: 1, b: 2 ]Note the extra spaces introduced.
However, the following script:
[ 1, 2 ]produces:
As an aside, I would expect both examples not to change the source but at the very least they should be consistent