Skip to content

Commit 450b3e1

Browse files
committed
fix: fmt
1 parent 207c80f commit 450b3e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/WorkspaceSettingsPage/WorkspaceSchedulePage/WorkspaceSchedulePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ const WorkspaceSchedulePage: FC = () => {
9999
{template &&
100100
(workspace.is_prebuild ? (
101101
<Alert severity="info">
102-
Prebuilt workspaces ignore workspace-level scheduling until they are claimed.
103-
For prebuilt workspace specific scheduling refer to the{" "}
102+
Prebuilt workspaces ignore workspace-level scheduling until they are
103+
claimed. For prebuilt workspace specific scheduling refer to the{" "}
104104
<Link
105105
title="Prebuilt Workspaces Scheduling"
106106
href={docs(

0 commit comments

Comments
 (0)