Skip to content

Commit e233c8e

Browse files
Apply suggestion from @andreasohlund
Co-authored-by: Andreas Öhlund <[email protected]>
1 parent 6caf83f commit e233c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Transports.SQS/AmazonSQSQuery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public override async IAsyncEnumerable<QueueThroughput> GetThroughputPerDay(IBro
208208
var startUtc = startDate.ToDateTime(TimeOnly.MinValue, DateTimeKind.Utc);
209209
var endUtc = endDate.AddDays(1).ToDateTime(TimeOnly.MinValue, DateTimeKind.Utc);
210210

211-
const int SecondsInDay = 24 * 60 * 60;;
211+
const int SecondsInDay = 24 * 60 * 60;
212212

213213
var req = new GetMetricStatisticsRequest
214214
{

0 commit comments

Comments
 (0)