Enable nullable for more files (#9310)

This commit is contained in:
Bond-009
2023-02-14 20:09:07 +01:00
committed by GitHub
parent 36b7157589
commit 92f6e19a25
5 changed files with 18 additions and 44 deletions

View File

@@ -1,5 +1,3 @@
#nullable disable
using System;
using System.Globalization;
using System.IO;
@@ -36,7 +34,7 @@ namespace Emby.Server.Implementations.Configuration
/// <summary>
/// Configuration updating event.
/// </summary>
public event EventHandler<GenericEventArgs<ServerConfiguration>> ConfigurationUpdating;
public event EventHandler<GenericEventArgs<ServerConfiguration>>? ConfigurationUpdating;
/// <summary>
/// Gets the type of the configuration.