style(sandbox): fix ruff format violation in coverage boost steps

Added missing blank line before TOCTOU coverage section in
git_worktree_coverage_boost_steps.py to satisfy ruff format check.

ISSUES CLOSED: #7507
This commit is contained in:
2026-04-23 12:02:52 +00:00
committed by Forgejo
parent fc50a068a4
commit b49564ce79
@@ -576,6 +576,7 @@ def step_gwtcb_rollback_error_msg(ctx: Context, msg: str) -> None:
f"Expected '{msg}' in error message, got: {ctx.gwtcb_error}"
)
# ---------------------------------------------------------------------------
# create: timeout after parent dir is created (TOCTOU fix coverage)
# ---------------------------------------------------------------------------