Skip to content

Commit 34cf3d9

Browse files
committed
Fix ElasticSearch extension namespace.
1 parent cd2a1c0 commit 34cf3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Serilog.Ui.ElasticSearchProvider/Extensions/SerilogUiOptionBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using Serilog.Ui.Core;
55
using System;
66

7-
namespace Serilog.Ui.ElasticSearchProvider.Extensions
7+
namespace Serilog.Ui.ElasticSearchProvider
88
{
99
public static class SerilogUiOptionBuilderExtensions
1010
{

src/Serilog.Ui.ElasticSearchProvider/Extensions/VanillaSerializer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Threading;
66
using System.Threading.Tasks;
77

8-
namespace Serilog.Ui.ElasticSearchProvider.Extensions
8+
namespace Serilog.Ui.ElasticSearchProvider
99
{
1010
internal class VanillaSerializer : IElasticsearchSerializer
1111
{

0 commit comments

Comments
 (0)