Skip to content

Commit dc3cd9c

Browse files
committed
Fix code style issues with Prettier
1 parent 42985ae commit dc3cd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/components/Base.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Base(props: PropsWithChildren<{ className: string }>) {
1313

1414
return (
1515
<div className={styles.Base}>
16-
<Script src="https://media.ethicalads.io/media/client/ethicalads.min.js" />
16+
<Script src="https://media.ethicalads.io/media/client/ethicalads.min.js" />
1717
<div
1818
data-ea-publisher="mystbin"
1919
data-ea-type="text"

0 commit comments

Comments
 (0)