Plugin corrects ``` interface foo { a: number; b: number; } ``` to ``` interface foo { a: number; b: number; } ```