Skip to content

Commit b09f6bc

Browse files
committed
Fix bad indentation after merge
1 parent 8558566 commit b09f6bc

16 files changed

Lines changed: 23 additions & 23 deletions

File tree

DNN Platform/Admin Modules/Dnn.Modules.Console/ViewConsole.ascx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Dnn.Modules.Console;
3131
using DotNetNuke.Services.Localization;
3232
using DotNetNuke.Services.Personalization;
3333
using Microsoft.Extensions.DependencyInjection;
34-
using Microsoft.Extensions.Logging;
34+
using Microsoft.Extensions.Logging;
3535

3636
/// <summary>Implements the module view logic.</summary>
3737
public partial class ViewConsole : PortalModuleBase

DNN Platform/DotNetNuke.Web/InternalServices/ControlBarController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace DotNetNuke.Web.InternalServices;
3838
using DotNetNuke.Web.Api.Internal;
3939

4040
using Microsoft.Extensions.DependencyInjection;
41-
using Microsoft.Extensions.Logging;
41+
using Microsoft.Extensions.Logging;
4242

4343
/// <summary>A web API for the control bar.</summary>
4444
/// <param name="businessControllerProvider">The business controller provider.</param>

DNN Platform/DotNetNuke.Web/InternalServices/EventLogServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace DotNetNuke.Web.InternalServices;
1919
using DotNetNuke.Web.Api;
2020

2121
using Microsoft.Extensions.DependencyInjection;
22-
using Microsoft.Extensions.Logging;
22+
using Microsoft.Extensions.Logging;
2323

2424
/// <summary>A web API which gets event log details.</summary>
2525
[DnnAuthorize]

DNN Platform/DotNetNuke.Web/InternalServices/FileUploadController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace DotNetNuke.Web.InternalServices;
3939
using DotNetNuke.Web.Api.Internal;
4040

4141
using Microsoft.Extensions.DependencyInjection;
42-
using Microsoft.Extensions.Logging;
42+
using Microsoft.Extensions.Logging;
4343

4444
using FileInfo = DotNetNuke.Services.FileSystem.FileInfo;
4545

DNN Platform/DotNetNuke.Web/InternalServices/ItemListServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace DotNetNuke.Web.InternalServices;
3232
using DotNetNuke.Web.Common;
3333

3434
using Microsoft.Extensions.DependencyInjection;
35-
using Microsoft.Extensions.Logging;
35+
using Microsoft.Extensions.Logging;
3636

3737
using Globals = DotNetNuke.Common.Globals;
3838

DNN Platform/DotNetNuke.Web/InternalServices/MessagingServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace DotNetNuke.Web.InternalServices;
2929
using DotNetNuke.Web.Api;
3030

3131
using Microsoft.Extensions.DependencyInjection;
32-
using Microsoft.Extensions.Logging;
32+
using Microsoft.Extensions.Logging;
3333

3434
/// <summary>A web API for messaging.</summary>
3535
[DnnAuthorize]

DNN Platform/DotNetNuke.Web/InternalServices/ModuleServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace DotNetNuke.Web.InternalServices;
2121
using DotNetNuke.Web.Api.Internal;
2222

2323
using Microsoft.Extensions.DependencyInjection;
24-
using Microsoft.Extensions.Logging;
24+
using Microsoft.Extensions.Logging;
2525

2626
/// <summary>A web API controller for module information.</summary>
2727
[DnnAuthorize]

DNN Platform/DotNetNuke.Web/InternalServices/NotificationsServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace DotNetNuke.Web.InternalServices;
1717
using DotNetNuke.Services.Social.Notifications;
1818
using DotNetNuke.Web.Api;
1919

20-
using Microsoft.Extensions.Logging;
20+
using Microsoft.Extensions.Logging;
2121

2222
/// <summary>A web API controller for notifications.</summary>
2323
[DnnAuthorize]

DNN Platform/DotNetNuke.Web/InternalServices/RelationshipServiceController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace DotNetNuke.Web.InternalServices;
2121
using DotNetNuke.Web.Api;
2222

2323
using Microsoft.Extensions.DependencyInjection;
24-
using Microsoft.Extensions.Logging;
24+
using Microsoft.Extensions.Logging;
2525

2626
/// <summary>A web API controller for relationships.</summary>
2727
/// <param name="hostSettings">The host settings.</param>

DNN Platform/DotNetNuke.Web/InternalServices/UserFileController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace DotNetNuke.Web.InternalServices;
1717
using DotNetNuke.Services.Localization;
1818
using DotNetNuke.Web.Api;
1919

20-
using Microsoft.Extensions.Logging;
20+
using Microsoft.Extensions.Logging;
2121

2222
/// <summary>A web API controller for user files.</summary>
2323
public class UserFileController : DnnApiController

0 commit comments

Comments
 (0)