Make prettier happy

This commit is contained in:
Vinoth Kannan 2018-09-04 00:31:41 +05:30
parent 24a14af15a
commit fe6c3b7d2e

View File

@ -100,7 +100,10 @@ function applyOnebox(state, silent) {
let options = state.md.options.discourse;
if (options.lookupInlineOnebox) {
onebox = options.lookupInlineOnebox(href, options.invalidateOneboxes);
onebox = options.lookupInlineOnebox(
href,
options.invalidateOneboxes
);
}
if (onebox && onebox.title) {