prettier + clang-format.

This commit is contained in:
2024-04-11 18:36:31 -04:00
parent a7922ff44e
commit 1ceeed1007
7 changed files with 277 additions and 1667 deletions

View File

@ -502,10 +502,7 @@ ${JSON.stringify(mention, null, 2)}</pre
></tf-compose>
`
: html`
<button
class="w3-button w3-theme-d1"
@click=${this.show_reply}
>
<button class="w3-button w3-theme-d1" @click=${this.show_reply}>
Reply
</button>
`;
@ -690,10 +687,7 @@ ${JSON.stringify(content, null, 2)}</pre
></tf-compose>
`
: html`
<button
class="w3-button w3-theme-d1"
@click=${this.show_reply}
>
<button class="w3-button w3-theme-d1" @click=${this.show_reply}>
Reply
</button>
`;