Skip to content

Commit

Permalink
formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Mar 10, 2025
1 parent b2b7c68 commit 3e10c41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace OrchardCore.Search.AzureAI.Handlers;
public sealed class AzureAISearchIndexHandler : AzureAISearchIndexSettingsHandlerBase
{
private readonly AzureAISearchIndexNameService _searchIndexNameService;

private readonly IStringLocalizer S;

public AzureAISearchIndexHandler(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Caching.Memory;
using Microsoft.Extensions.Options;
using OrchardCore.Environment.Shell;
using OrchardCore.Search.AzureAI.Models;

namespace OrchardCore.Search.AzureAI.Services;

public class AzureAISearchIndexNameService
public sealed class AzureAISearchIndexNameService
{
private readonly IMemoryCache _memoryCache;
private readonly ShellSettings _shellSettings;
Expand Down

0 comments on commit 3e10c41

Please sign in to comment.