Skip to content

Commit e174864

Browse files
Copilotcommjoen
andcommitted
Fix trailing whitespace in src/main.ts precommit issue
Co-authored-by: commjoen <1457214+commjoen@users.noreply.github.com>
1 parent bee9812 commit e174864

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1802,8 +1802,8 @@ function shareToMastodon() {
18021802
<p style="margin: 0 0 16px 0; color: #ccc; font-size: 0.9em;">
18031803
Enter your Mastodon instance (e.g., mastodon.social):
18041804
</p>
1805-
<input
1806-
type="text"
1805+
<input
1806+
type="text"
18071807
id="mastodon-instance"
18081808
placeholder="mastodon.social"
18091809
style="
@@ -1818,7 +1818,7 @@ function shareToMastodon() {
18181818
"
18191819
/>
18201820
<div style="display: flex; gap: 12px; justify-content: center;">
1821-
<button onclick="this.parentElement.parentElement.parentElement.remove()"
1821+
<button onclick="this.parentElement.parentElement.parentElement.remove()"
18221822
style="
18231823
padding: 8px 16px;
18241824
background: #666;

0 commit comments

Comments
 (0)