Menu

#281 Inconsistent formatting with generics

Closed
closed-fixed
None
5
2022-09-28
2022-03-11
No

In the following snippet the types get formatted inconsistently - too many spaces in the ctor call:

var
  dict: TDictionary<string, Integer>;
begin
  dict := TDictionary < string, Integer > .Create;
end.

Discussion

  • Thomas Mueller

    Thomas Mueller - 2022-09-28
    • status: open --> closed-fixed
    • assigned_to: Thomas Mueller
    • Group: New --> Closed
     
  • Thomas Mueller

    Thomas Mueller - 2022-09-28

    fixed in revision #3908

     

Log in to post a comment.

MongoDB Logo MongoDB