@@ -2788,7 +2788,8 @@ public DestinationCreateResponse CreateDestination(
2788
2788
RequestOptions options = null ,
2789
2789
CancellationToken cancellationToken = default
2790
2790
) =>
2791
- AsyncHelper . RunSync ( ( ) => CreateDestinationAsync ( destinationCreate , options , cancellationToken )
2791
+ AsyncHelper . RunSync ( ( ) =>
2792
+ CreateDestinationAsync ( destinationCreate , options , cancellationToken )
2792
2793
) ;
2793
2794
2794
2795
/// <inheritdoc />
@@ -4282,7 +4283,8 @@ public RunSourceResponse RunSource(
4282
4283
RequestOptions options = null ,
4283
4284
CancellationToken cancellationToken = default
4284
4285
) =>
4285
- AsyncHelper . RunSync ( ( ) => RunSourceAsync ( sourceID , runSourcePayload , options , cancellationToken )
4286
+ AsyncHelper . RunSync ( ( ) =>
4287
+ RunSourceAsync ( sourceID , runSourcePayload , options , cancellationToken )
4286
4288
) ;
4287
4289
4288
4290
/// <inheritdoc />
@@ -4415,7 +4417,8 @@ public List<Destination> SearchDestinations(
4415
4417
RequestOptions options = null ,
4416
4418
CancellationToken cancellationToken = default
4417
4419
) =>
4418
- AsyncHelper . RunSync ( ( ) => SearchDestinationsAsync ( destinationSearch , options , cancellationToken )
4420
+ AsyncHelper . RunSync ( ( ) =>
4421
+ SearchDestinationsAsync ( destinationSearch , options , cancellationToken )
4419
4422
) ;
4420
4423
4421
4424
/// <inheritdoc />
@@ -4584,7 +4587,8 @@ public WatchResponse TriggerDockerSourceDiscover(
4584
4587
RequestOptions options = null ,
4585
4588
CancellationToken cancellationToken = default
4586
4589
) =>
4587
- AsyncHelper . RunSync ( ( ) => TriggerDockerSourceDiscoverAsync ( sourceID , options , cancellationToken )
4590
+ AsyncHelper . RunSync ( ( ) =>
4591
+ TriggerDockerSourceDiscoverAsync ( sourceID , options , cancellationToken )
4588
4592
) ;
4589
4593
4590
4594
/// <inheritdoc />
@@ -4618,7 +4622,8 @@ public TransformationTryResponse TryTransformation(
4618
4622
RequestOptions options = null ,
4619
4623
CancellationToken cancellationToken = default
4620
4624
) =>
4621
- AsyncHelper . RunSync ( ( ) => TryTransformationAsync ( transformationTry , options , cancellationToken )
4625
+ AsyncHelper . RunSync ( ( ) =>
4626
+ TryTransformationAsync ( transformationTry , options , cancellationToken )
4622
4627
) ;
4623
4628
4624
4629
/// <inheritdoc />
@@ -4805,7 +4810,8 @@ public SourceUpdateResponse UpdateSource(
4805
4810
RequestOptions options = null ,
4806
4811
CancellationToken cancellationToken = default
4807
4812
) =>
4808
- AsyncHelper . RunSync ( ( ) => UpdateSourceAsync ( sourceID , sourceUpdate , options , cancellationToken )
4813
+ AsyncHelper . RunSync ( ( ) =>
4814
+ UpdateSourceAsync ( sourceID , sourceUpdate , options , cancellationToken )
4809
4815
) ;
4810
4816
4811
4817
/// <inheritdoc />
0 commit comments