Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Sep 29, 2024
1 parent 26c5bb5 commit ef15f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sky/backends/cloud_vm_ray_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -3370,13 +3370,13 @@ def _dump_code_to_file(codegen: str) -> None:
elif controller is None:
logger.info(f'{ux_utils.format_title("Useful Commands")}'
f'\nJob ID: {job_id}'
'\nTo cancel the job:\t'
'\nTo cancel the job:\t\t'
f'{constants.BOLD}sky cancel {name} {job_id}'
f'{constants.RESET_BOLD}'
'\nTo stream job logs:\t'
'\nTo stream job logs:\t\t'
f'{constants.BOLD}sky logs {name} {job_id}'
f'{constants.RESET_BOLD}'
'\nTo view the job queue:\t'
'\nTo view the job queue:\t\t'
f'{constants.BOLD}sky queue {name}'
f'{constants.RESET_BOLD}')

Expand Down

0 comments on commit ef15f3d

Please sign in to comment.