Example:
while (i < 10) { i++; } // end while
After the quick-fix is applied:
while (i < 10) { i++; }