Skip to content

Commit

Permalink
Add #nullable enable to LogConsumerConfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jan 18, 2025
1 parent 9bfa6af commit 3d1805e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Atata/Logging/LogConsumerConfiguration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Atata;
#nullable enable

namespace Atata;

/// <summary>
/// Represents the configuration of <see cref="ILogConsumer"/>.
Expand Down

0 comments on commit 3d1805e

Please sign in to comment.