Skip to content

Commit 4427ea0

Browse files
committed
Fixed the formatter issues
1 parent 6dd48c9 commit 4427ea0

File tree

25 files changed

+30
-30
lines changed

25 files changed

+30
-30
lines changed

AdminUI/LearningHub.Nhs.AdminUI/LearningHub.Nhs.AdminUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<PackageReference Include="HtmlSanitizer" Version="6.0.453" />
9090
<PackageReference Include="IdentityModel" Version="4.6.0" />
9191
<PackageReference Include="LearningHub.Nhs.Caching" Version="2.0.2" />
92-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
92+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
9393
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
9494
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.36" />
9595
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />

LearningHub.Nhs.WebUI/LearningHub.Nhs.WebUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<PackageReference Include="HtmlAgilityPack" Version="1.11.72" />
113113
<PackageReference Include="IdentityModel" Version="4.6.0" />
114114
<PackageReference Include="LearningHub.Nhs.Caching" Version="2.0.0" />
115-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
115+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
116116
<PackageReference Include="linqtotwitter" Version="6.9.0" />
117117
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.19.0" />
118118
<PackageReference Include="Microsoft.ApplicationInsights.EventCounterCollector" Version="2.21.0" />

LearningHub.Nhs.WebUI/Services/FileService.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public async Task DeleteChunkDirectory(string directoryRef, int chunks)
130130
/// <returns>The <see cref="Task{FileDownloadResponse}"/>.</returns>
131131
public async Task<FileDownloadResponse> DownloadFileAsync(string filePath, string fileName)
132132
{
133-
var file = await this.FindFileAsync(filePath, fileName);
133+
var file = await this.FindFileAsync(filePath, fileName);
134134
if (file == null)
135135
{
136136
return null;
@@ -293,12 +293,12 @@ private async Task MoveOutPutDirectoryToArchive(List<string> allDirectoryRef)
293293
}
294294
else
295295
{
296-
var destinationFileClient = archiveDirectory.GetFileClient(fileItem.Name);
297-
var uri = sourceFileClient.GenerateSasUri(Azure.Storage.Sas.ShareFileSasPermissions.Read, DateTime.UtcNow.AddHours(24));
296+
var destinationFileClient = archiveDirectory.GetFileClient(fileItem.Name);
297+
var uri = sourceFileClient.GenerateSasUri(Azure.Storage.Sas.ShareFileSasPermissions.Read, DateTime.UtcNow.AddHours(24));
298298

299-
await destinationFileClient.StartCopyAsync(uri);
299+
await destinationFileClient.StartCopyAsync(uri);
300300

301-
await WaitForCopyAsync(destinationFileClient);
301+
await WaitForCopyAsync(destinationFileClient);
302302
}
303303
}
304304

OpenAPI/LearningHub.Nhs.OpenApi.Models/LearningHub.Nhs.OpenApi.Models.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
19+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2020
<PackageReference Include="NLog.Web.AspNetCore" Version="5.3.15" />
2121
</ItemGroup>
2222

OpenAPI/LearningHub.Nhs.OpenApi.Services.Interface/LearningHub.Nhs.OpenApi.Services.Interface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
19+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

OpenAPI/LearningHub.Nhs.OpenApi.Services/LearningHub.Nhs.OpenApi.Services.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="8.1.1" />
2626
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
2727
<PackageReference Include="IdentityModel" Version="4.6.0" />
28-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
28+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2929
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="9.0.1" />
3030
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.1" />
3131
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

ReportAPI/LearningHub.Nhs.ReportApi.Services.Interface/LearningHub.Nhs.ReportApi.Services.Interface.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<ItemGroup>
1818
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
19-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
19+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2020
</ItemGroup>
2121

2222
<ItemGroup>

ReportAPI/LearningHub.Nhs.ReportApi.Services.UnitTests/LearningHub.Nhs.ReportApi.Services.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="AutoFixture" Version="4.18.1" />
21-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
21+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.1" />
2323
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
2424
<PackageReference Include="Moq" Version="4.20.72" />

ReportAPI/LearningHub.Nhs.ReportApi.Services/LearningHub.Nhs.ReportApi.Services.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<ItemGroup>
1919
<PackageReference Include="AutoMapper" Version="10.1.1" />
2020
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.3" />
21-
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
22-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
21+
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
22+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2323
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.36" />
2424
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.1" />
2525
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />

ReportAPI/LearningHub.Nhs.ReportApi.Shared/LearningHub.Nhs.ReportApi.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.46" />
20+
<PackageReference Include="LearningHub.Nhs.Models" Version="3.0.47" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

0 commit comments

Comments
 (0)