Skip to content

Commit

Permalink
code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdis Iljuconoks committed Oct 6, 2024
1 parent 3b90e76 commit 9e3a16a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Valdis Iljuconoks. All rights reserved.
// Licensed under Apache-2.0. See the LICENSE file in the project root for more information

using DbLocalizationProvider.Cache;

namespace DbLocalizationProvider.EPiServer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ public static class IServiceCollectionExtensions
/// <param name="builder">Provider builder interface (to capture context and service collection).</param>
/// <param name="setup">If required, modify configurations using the <see cref="DbLocalizationConfigurationContext"/></param>
/// <returns>Service collection to support fluent API.</returns>
public static IDbLocalizationProviderBuilder AddOptimizely(this IDbLocalizationProviderBuilder builder, Action<DbLocalizationConfigurationContext>? setup = null)
public static IDbLocalizationProviderBuilder AddOptimizely(
this IDbLocalizationProviderBuilder builder,
Action<DbLocalizationConfigurationContext>? setup = null)
{
var configContext = new DbLocalizationConfigurationContext();

Expand Down

0 comments on commit 9e3a16a

Please sign in to comment.