From a649e9e7a933bc0606a2f926372eea486e91365f Mon Sep 17 00:00:00 2001 From: Alexander van Delft Date: Fri, 20 Dec 2024 14:59:09 +0100 Subject: [PATCH] Review Comments --- COMET.Web.Common/Utilities/CopyCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMET.Web.Common/Utilities/CopyCreator.cs b/COMET.Web.Common/Utilities/CopyCreator.cs index bba23e52..839d632d 100644 --- a/COMET.Web.Common/Utilities/CopyCreator.cs +++ b/COMET.Web.Common/Utilities/CopyCreator.cs @@ -93,4 +93,4 @@ private async Task WriteCopyOperation(Thing thingToCopy, Thing targetContainer, await this.session.Write(transaction.FinalizeTransaction()); } } -} \ No newline at end of file +}