Skip to content

refactor(examples): restructure document array formatting in batch pr…#7

Merged
zTgx merged 1 commit intomainfrom
dev
Apr 5, 2026
Merged

refactor(examples): restructure document array formatting in batch pr…#7
zTgx merged 1 commit intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 5, 2026

…ocessing

  • Split document entries into separate lines for better readability
  • Format string literals with proper indentation and line breaks
  • Improve code formatting consistency across all document entries

perf(examples): format print statements with proper line breaks

  • Replace inline print statements with multi-line format for better readability
  • Maintain character count under 100 per line as per style guidelines
  • Apply consistent formatting across multiple example files

refactor(examples): reorder imports for better organization

  • Group related imports together in alphabetical order
  • Remove unused imports and reorder remaining ones
  • Maintain consistency across different example files

refactor(storage): improve codec implementation logging

  • Format log messages with proper multiline structure
  • Maintain character limit per line for better readability
  • Enhance logging output formatting in storage implementations

…ocessing

- Split document entries into separate lines for better readability
- Format string literals with proper indentation and line breaks
- Improve code formatting consistency across all document entries

perf(examples): format print statements with proper line breaks

- Replace inline print statements with multi-line format for better readability
- Maintain character count under 100 per line as per style guidelines
- Apply consistent formatting across multiple example files

refactor(examples): reorder imports for better organization

- Group related imports together in alphabetical order
- Remove unused imports and reorder remaining ones
- Maintain consistency across different example files

refactor(storage): improve codec implementation logging

- Format log messages with proper multiline structure
- Maintain character limit per line for better readability
- Enhance logging output formatting in storage implementations
@zTgx zTgx merged commit e01903a into main Apr 5, 2026
4 checks passed
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