The inspection reports: `Function already ends with new line` for code like this: ``` go fmt.Println("demo\n") ``` And it should be: ``` go fmt.Println("demo") ```