Skip to content

Commit 106aea7

Browse files
committed
Fix formatting
1 parent eddefc8 commit 106aea7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

site/src/modules/resources/SSHButton/SSHButton.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ export const SSHButton: FC<SSHButtonProps> = ({
8282
);
8383
};
8484

85-
interface SSHStepProps { helpText: string; codeExample: string }
85+
interface SSHStepProps {
86+
helpText: string;
87+
codeExample: string;
88+
}
8689

8790
const SSHStep: FC<SSHStepProps> = ({ helpText, codeExample }) => (
8891
<li style={{ listStylePosition: "inside" }}>

0 commit comments

Comments
 (0)