mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
refactor: deno fmt
This commit is contained in:
parent
178a3c4d0e
commit
bd5899029e
2 changed files with 2 additions and 2 deletions
|
|
@ -364,8 +364,8 @@ export {
|
|||
favouriteController,
|
||||
favouritedByController,
|
||||
pinController,
|
||||
reblogStatusController,
|
||||
rebloggedByController,
|
||||
reblogStatusController,
|
||||
statusController,
|
||||
unbookmarkController,
|
||||
unpinController,
|
||||
|
|
|
|||
|
|
@ -146,4 +146,4 @@ function buildInlineRecipients(mentions: Mention[]): string {
|
|||
return `<span class="recipients-inline">${elements.join(' ')} </span>`;
|
||||
}
|
||||
|
||||
export { renderStatus, renderReblog };
|
||||
export { renderReblog, renderStatus };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue