Steps to reproduce
- Create a class like this
[Serializable]
public class Cat<T, K> : ICat
where T : class, new()
where K : struct
{ }
-
View the decompiled code in ILSpy
-
See that a whitespace is missing between new() and where

-
Expect a space between similar to other where cases

Details
ILSpy version 7.2.1.6856
.NET version 4.8.9065.0