例:
if (x > 0) { System.out.println("x is positive"); }
クイックフィックス適用後:
if (x > 0) System.out.println("x is positive");