Skip to content

Commit 20ed5c1

Browse files
committed
make fmt
1 parent 939858c commit 20ed5c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/modules/resources/PortForwardButton.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,9 @@ export const PortForwardPopoverView: FC<PortForwardPopoverViewProps> = ({
253253
</Stack>
254254
<Stack direction="column" gap={1}>
255255
<HelpTooltipText css={{ color: theme.palette.text.secondary }}>
256-
{"The listening ports are exclusively accessible to you. Selecting HTTP/S will change the protocol for all listening ports."}
256+
{
257+
"The listening ports are exclusively accessible to you. Selecting HTTP/S will change the protocol for all listening ports."
258+
}
257259
</HelpTooltipText>
258260
<Stack
259261
direction="row"

0 commit comments

Comments
 (0)