Skip to content

Commit a2e8a73

Browse files
committed
Fix lints
1 parent cb60b5e commit a2e8a73

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

src/Temporalio.Extensions.Aws.Lambda.OpenTelemetry/LambdaWorkerOpenTelemetry.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
using System.Threading.Tasks;
66
using OpenTelemetry;
77
using OpenTelemetry.Exporter;
8-
using OpenTelemetry.Extensions.AWS.Trace;
98
using OpenTelemetry.Resources;
109
using OpenTelemetry.Trace;
1110
using Temporalio.Client.Interceptors;
12-
using Temporalio.Extensions.Aws.Lambda;
1311
using Temporalio.Runtime;
1412
using TemporalOpenTelemetry = Temporalio.Extensions.OpenTelemetry;
1513

src/Temporalio.Extensions.Aws.Lambda/TemporalLambdaWorkerHandlerOptions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ internal sealed class TemporalLambdaWorkerHandlerOptions
2121
/// Gets or sets the client configuration loader.
2222
/// </summary>
2323
public Func<ClientEnvConfig.ProfileLoadOptions?, TemporalClientConnectOptions>?
24-
LoadClientConnectOptions { get; set; }
24+
LoadClientConnectOptions
25+
{ get; set; }
2526

2627
/// <summary>
2728
/// Gets or sets the client connection factory.

tests/Temporalio.SimpleBench/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ public record Results(
153153
TimeSpan StartDuration,
154154
TimeSpan ResultDuration,
155155
decimal WorkflowsPerSecond);
156-
}
156+
}

0 commit comments

Comments
 (0)