mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 04:31:43 +08:00
Make prettier happy
This commit is contained in:
parent
24a14af15a
commit
fe6c3b7d2e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user