apply prettier on plugins (#7605)

This commit is contained in:
Joffrey JAFFEUX
2019-05-27 11:06:11 +02:00
committed by GitHub
parent d93f753b17
commit b98b994fe7
2 changed files with 2 additions and 6 deletions

View File

@ -21,10 +21,7 @@ function initializePollUIBuilder(api) {
actions: {
showPollBuilder() {
showModal("poll-ui-builder").set(
"toolbarEvent",
this.toolbarEvent
);
showModal("poll-ui-builder").set("toolbarEvent", this.toolbarEvent);
}
}
});