Skip to content

Drop redundant using in CLI command files#281

Merged
erikdarlingdata merged 1 commit intodevfrom
chore/cli-redundant-using
Apr 25, 2026
Merged

Drop redundant using in CLI command files#281
erikdarlingdata merged 1 commit intodevfrom
chore/cli-redundant-using

Conversation

@erikdarlingdata
Copy link
Copy Markdown
Owner

Tiny cleanup: 'using PlanViewer.Cli;' inside the namespace block in AnalyzeCommand and QueryStoreCommand is redundant (child namespaces have implicit parent access) and oddly placed after the namespace declaration. Two-line removal.

Child namespace has implicit access to the parent — and the using was placed
after the namespace declaration, which is unusual style.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit b07e177 into dev Apr 25, 2026
@erikdarlingdata erikdarlingdata deleted the chore/cli-redundant-using branch April 25, 2026 23:44
@erikdarlingdata erikdarlingdata mentioned this pull request Apr 27, 2026
5 tasks
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