Skip to content

Commit 8032b78

Browse files
committed
run prettier
1 parent 1f7364f commit 8032b78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ venv
1515
site
1616
gdbgui/static/js/*
1717
__pycache__
18-
.coverage
18+
.coverage*

gdbgui/src/js/ToolTipTourguide.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ToolTipTourguide extends React.Component<{}, State> {
128128
whiteSpace: "normal",
129129
left: left,
130130
top: top,
131-
fontSize: "small",
131+
fontSize: "small"
132132
}}
133133
>
134134
{/* @ts-expect-error ts-migrate(2339) FIXME: Property 'content' does not exist on type 'Readonl... Remove this comment to see the full error message */}

0 commit comments

Comments
 (0)