== should format ==
class c implements Type  <  T  > {
}

[expect]
class c implements Type<T> {
}
