-
Igor Drozdov authored
It improves the view of multiline structures: Before: ```go struct { httpClient *HttpClient user string password string secret string userAgent string } ``` After: ```go struct { httpClient *HttpClient user string password string secret string userAgent string } ``` Changelog: fixed
07f0995a