EditPreferencesBox: Format with google-java-format

Change-Id: I57769ebf80ae85f09f1a8f3f2e243e7c790ad24c
This commit is contained in:
David Pursehouse 2017-07-03 10:48:23 +09:00
parent 3ef2bb5ef7
commit d9d3135df9
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ public class EditPreferencesBox extends Composite {
}
}
@UiHandler("autoCloseBrackets")
void onCloseBrackets(ValueChangeEvent<Boolean> e) {
prefs.autoCloseBrackets(e.getValue());