Skip to content

Commit a76f8ad

Browse files
committed
Fix for code format
1 parent 5c74c1d commit a76f8ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TSGraphvizLiveEditor/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ function TSGraphvizLiveEditor({
5353
function resize() {
5454
const newHeight = Math.min(
5555
Math.max(
56-
editor.getModel().getLineCount() * lineHeight + PADDING,
57-
MIN_HEIGHT,
56+
editor.getModel().getLineCount() * lineHeight + PADDING,
57+
MIN_HEIGHT,
5858
),
5959
MAX_HEIGHT,
6060
);

0 commit comments

Comments
 (0)