Skip to content

Commit 91577e4

Browse files
committed
Fix code style issues with Prettier
1 parent 7f3486a commit 91577e4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
1616
data-ea-type="text"
1717
data-ea-style="fixedfooter"
1818
></div>
19-
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
19+
<script
20+
async
21+
src="https://media.ethicalads.io/media/client/ethicalads.min.js"
22+
></script>
2023

2124
<OptsBar />
2225
<TipModal />

0 commit comments

Comments
 (0)