Skip to content

Commit 79ae558

Browse files
frostebiteclaude
andcommitted
style: fix prettier formatting
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4d7e871 commit 79ae558

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/model/orchestrator/providers/provider-selection.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,7 @@ describe('Provider Selection', () => {
120120
expect(uniqueClassNames.size).toBe(4);
121121

122122
// Verify expected mapping
123-
expect(instances.find((i) => i.strategy === 'remote-powershell')!.className).toBe(
124-
'RemotePowershellProvider',
125-
);
123+
expect(instances.find((i) => i.strategy === 'remote-powershell')!.className).toBe('RemotePowershellProvider');
126124
expect(instances.find((i) => i.strategy === 'github-actions')!.className).toBe('GitHubActionsProvider');
127125
expect(instances.find((i) => i.strategy === 'gitlab-ci')!.className).toBe('GitLabCIProvider');
128126
expect(instances.find((i) => i.strategy === 'ansible')!.className).toBe('AnsibleProvider');

0 commit comments

Comments
 (0)