From 838541b82530ce556cd5ab005ba59359f83c9509 Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Mon, 28 Jan 2019 22:21:14 +0100 Subject: Removed loose whitespace and one .ToArray() call. --- Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs') diff --git a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs index 6da76ee7e..90b43bc59 100644 --- a/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs +++ b/Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs @@ -209,7 +209,6 @@ namespace Emby.Server.Implementations.AppBase protected void EnsureWriteAccess(string path) { var file = Path.Combine(path, Guid.NewGuid().ToString()); - File.WriteAllText(file, string.Empty); FileSystem.DeleteFile(file); } -- cgit v1.2.3