Skip to content

Commit c11a21e

Browse files
committed
Fix code style issues with Prettier
1 parent 3607154 commit c11a21e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mystbin/frontend/components/Base.tsx

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

1212
return (
1313
<div className={styles.Base}>
14-
<div data-ea-publisher="mystbin" data-ea-type="text" data-ea-style="fixedfooter" ></div>
14+
<div
15+
data-ea-publisher="mystbin"
16+
data-ea-type="text"
17+
data-ea-style="fixedfooter"
18+
></div>
1519

1620
<OptsBar />
1721
<TipModal />

0 commit comments

Comments
 (0)