== should format ==
function test(c: any): c    is   string   {
}

[expect]
function test(c: any): c is string {
}
