Reports and removes unnecessary semicolons.
Example:
val x = 2;
After the quick-fix is applied:
val x = 2