예:
if (x > 0) { System.out.println("x is positive"); }
빠른 수정 적용 후:
if (x > 0) System.out.println("x is positive");