Skip to content

fix: remove empty line after doc comment in import_rewriter#284

Merged
GTC6244 merged 1 commit intofeature/cpl-216-unit-tests-in-lit-api-serverfrom
GTC6244/fix-clippy-empty-line
Apr 14, 2026
Merged

fix: remove empty line after doc comment in import_rewriter#284
GTC6244 merged 1 commit intofeature/cpl-216-unit-tests-in-lit-api-serverfrom
GTC6244/fix-clippy-empty-line

Conversation

@GTC6244
Copy link
Copy Markdown
Contributor

@GTC6244 GTC6244 commented Apr 13, 2026

Summary

Test plan

  • CI clippy check passes

🤖 Generated with Claude Code

The empty line between the doc comment and `rewrite_imports` function
triggered `clippy::empty_line_after_doc_comments`, failing CI.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a CI-clippy failure by removing an empty line between a doc comment block and the rewrite_imports function in the Lit Actions import rewriter module.

Changes:

  • Removes the blank line after the rewrite_imports doc comment to satisfy clippy::empty_line_after_doc_comments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@GTC6244 GTC6244 changed the base branch from next to feature/cpl-216-unit-tests-in-lit-api-server April 14, 2026 00:46
@GTC6244 GTC6244 merged commit 151c292 into feature/cpl-216-unit-tests-in-lit-api-server Apr 14, 2026
14 checks passed
GTC6244 added a commit that referenced this pull request Apr 14, 2026
* test: add unit tests across lit-api-server modules (CPL-216)

Add 100 unit tests covering parsing utilities, cryptographic models,
AES encryption, API status helpers, chain info lookups, billing helpers,
and derivation path generation. Tests exercise round-trip conversions,
edge cases, error paths, and enum exhaustiveness.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* cargo fmt

* fix: remove empty line after doc comment to fix clippy (#284)

The empty line between the doc comment and `rewrite_imports` function
triggered `clippy::empty_line_after_doc_comments`, failing CI.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.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.

2 participants