refactor: deno fmt

This commit is contained in:
P. Reis 2024-04-05 19:52:29 -03:00
parent 178a3c4d0e
commit bd5899029e
2 changed files with 2 additions and 2 deletions

View File

@ -364,8 +364,8 @@ export {
favouriteController,
favouritedByController,
pinController,
reblogStatusController,
rebloggedByController,
reblogStatusController,
statusController,
unbookmarkController,
unpinController,

View File

@ -146,4 +146,4 @@ function buildInlineRecipients(mentions: Mention[]): string {
return `<span class="recipients-inline">${elements.join(' ')} </span>`;
}
export { renderStatus, renderReblog };
export { renderReblog, renderStatus };