Skip to content

Fix inconsistent indentation in jobsToPages function#124

Draft
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/daily-code-improvements-10be
Draft

Fix inconsistent indentation in jobsToPages function#124
cursor[bot] wants to merge 1 commit into
mainfrom
cursor/daily-code-improvements-10be

Conversation

@cursor

@cursor cursor Bot commented Apr 25, 2026

Copy link
Copy Markdown
Contributor

Improvement

This PR fixes a code quality issue in utils.py:

Changes

  • Standardize indentation in jobsToPages() function from 2-space to 4-space indentation to match the rest of the file
  • Split multi-statement line (if (number_of_pages > 40 ): number_of_pages = 40) for improved readability
  • Improves overall code consistency

Type

Code quality improvement - improves consistency and readability of the codebase

Open in Web View Automation 

- Standardize indentation from 2-space to 4-space to match rest of file
- Improve code style consistency
- Split multi-statement line for better readability

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant