Skip to content

Commit 9b40c7f

Browse files
committed
npm run lint:fix
1 parent 646c58a commit 9b40c7f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/spec.types.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,10 @@ const sdkTypeChecks = {
627627
sdk = spec;
628628
spec = sdk;
629629
},
630-
SamplingMessageContentBlock: (sdk: RemovePassthrough<SDKTypes.SamplingMessageContentBlock>, spec: SpecTypes.SamplingMessageContentBlock) => {
630+
SamplingMessageContentBlock: (
631+
sdk: RemovePassthrough<SDKTypes.SamplingMessageContentBlock>,
632+
spec: SpecTypes.SamplingMessageContentBlock
633+
) => {
631634
sdk = spec;
632635
spec = sdk;
633636
}

src/types.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,7 @@ describe('Types', () => {
742742
const parseResult = CreateMessageResultSchema.safeParse(result);
743743
expect(parseResult.success).toBe(true);
744744
});
745-
746-
});
745+
});
747746

748747
describe('ClientCapabilities with sampling', () => {
749748
test('should validate capabilities with sampling.tools', () => {

0 commit comments

Comments
 (0)