Skip to content

Commit

Permalink
fixup! fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuziuk committed Nov 4, 2024
1 parent c6b53c8 commit 70e2b36
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ export default class StartingStepWorkspaceConditions extends ProgressStep<Props,
// Show sub-condition after 20 seconds
this.timerId = window.setTimeout(() => {
this.setState({
subConditionTitle:
'Downloading IDE binaries... (it can take a few minutes)',
subConditionTitle: 'Downloading IDE binaries... (it can take a few minutes)',
});
}, 20000);
}
Expand Down

0 comments on commit 70e2b36

Please sign in to comment.