Skip to content

Commit 7d59374

Browse files
committed
style: fix prettier formatting in App.tsx
1 parent 439259b commit 7d59374

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@ const App: React.FC = () => {
168168
<AppHeader onToggleJSON={handleToggleJSON} isJSONVisible={doShowJSON} />
169169

170170
<div className="">
171-
<Container key={containerKey} className="height-adjust flex flex-col md:flex-row">
171+
<Container
172+
key={containerKey}
173+
className="height-adjust flex flex-col md:flex-row"
174+
>
172175
<Section
173176
minSize={550}
174177
className={`w-full min-w-16 ${

0 commit comments

Comments
 (0)