fix a wild indentation error and spaces

This commit is contained in:
yugecin 2016-12-12 23:22:12 +01:00
parent 04b7705c40
commit 48d742bbc5

View File

@ -534,6 +534,7 @@ public class OptionsOverlay {
public interface Parent {
void onLeave();
void onSaveOption(GameOption option);
}