Skip to content

Commit cff9655

Browse files
committed
Make fmt
1 parent 2ec66f3 commit cff9655

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/components/SSHButton/SSHButton.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@ export const SSHButton: React.FC<React.PropsWithChildren<SSHButtonProps>> = ({
8181
Connect to the agent:
8282
</strong>
8383
</HelpTooltipText>
84-
<CodeExample code={`ssh ${sshPrefix}${workspaceName}.${agentName}`} />
84+
<CodeExample
85+
code={`ssh ${sshPrefix}${workspaceName}.${agentName}`}
86+
/>
8587
</div>
8688
</Stack>
8789

0 commit comments

Comments
 (0)