Skip to content

Commit de7cdd8

Browse files
committed
Fix code style issues with Prettier
1 parent 8dd836b commit de7cdd8

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
@@ -12,7 +12,10 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
1212

1313
return (
1414
<div className={styles.Base}>
15-
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
15+
<script
16+
async
17+
src="https://media.ethicalads.io/media/client/ethicalads.min.js"
18+
></script>
1619
<div
1720
data-ea-publisher="mystbin"
1821
data-ea-type="text"

0 commit comments

Comments
 (0)