Files
chbndrhnnsandintellij-monorepo-bot 0db3398781 [refactoring] PY-83746, PY-83747 Inline code with correct indentation
Formatting was applied to a detached block and then per-statement after insertion, which broke Python suite indentation and disturbed nearby comments.

Now:
  - Perform one context-aware indentation adjustment (adjustLineIndent) over the contiguous inserted range after insertion; commit/unblock the document first.
  - Detect and delete redundant self-assignment (e.g., `x = x`) from single-return inlining.

GitOrigin-RevId: 3d85fbfbf557d5f5f02377ec83f99ca657ad49b5
2025-10-29 11:41:18 +00:00
..