From 6e35825b10a1ee26b3b96310bef33c5c4aa6a8d4 Mon Sep 17 00:00:00 2001 From: Terry MacDonald Date: Sun, 24 Oct 2021 21:39:49 +1300 Subject: [PATCH] Update ProfileRepository --- DisplayMagicianShared/ProfileRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DisplayMagicianShared/ProfileRepository.cs b/DisplayMagicianShared/ProfileRepository.cs index 8462473..b29f84b 100644 --- a/DisplayMagicianShared/ProfileRepository.cs +++ b/DisplayMagicianShared/ProfileRepository.cs @@ -101,7 +101,7 @@ namespace DisplayMagicianShared catch (Exception ex) { SharedLogger.logger.Warn(ex, $"ProfileRepository/ProfileRepository: Exception creating the Profiles storage folder."); - } + } } #endregion