Spacing of generics of implementation class too big

Issue #177 resolved
Matthias Schoettle created an issue

The ImplementationClassView has weird spacing for the generics of the class.

For example:

HashMap<  |Key ,  |Value  >

It should look more condensed along those lines:

HashMap<|Key, |Value>

I.e., maybe a little space between after < and before >, but not much, no space before the comma, but one space unit after it.

Comments (1)

  1. Log in to comment