mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 19:39:30 +08:00
Make prettier happy
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user