From c4429a813c7ccccad5dac2f516880e2b2492dca5 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Fri, 1 Dec 2023 12:16:00 +0100 Subject: Cleanup, move ArcaneLibs to submodule instead of parent submodule --- Bot/FileStorageProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bot/FileStorageProvider.cs') diff --git a/Bot/FileStorageProvider.cs b/Bot/FileStorageProvider.cs index 2dfcee5..935d53f 100644 --- a/Bot/FileStorageProvider.cs +++ b/Bot/FileStorageProvider.cs @@ -19,7 +19,7 @@ public class FileStorageProvider : IStorageProvider { new Logger(new LoggerFactory()).LogInformation("test"); Console.WriteLine($"Initialised FileStorageProvider with path {targetPath}"); TargetPath = targetPath; - if(!Directory.Exists(targetPath)) { + if (!Directory.Exists(targetPath)) { Directory.CreateDirectory(targetPath); } } -- cgit 1.5.1