From f3fea13807f15850e8d5fa33532d1a68457cd93a Mon Sep 17 00:00:00 2001 From: Mika Herrmann Date: Wed, 24 Jan 2024 15:14:29 +0100 Subject: [PATCH] Remove trailing whitespace --- .../Files/Commands/CreateFile/CreateFileCommandValidator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Files/src/Files.Application/Files/Commands/CreateFile/CreateFileCommandValidator.cs b/Modules/Files/src/Files.Application/Files/Commands/CreateFile/CreateFileCommandValidator.cs index 2236c7b7ba..f38e40897f 100644 --- a/Modules/Files/src/Files.Application/Files/Commands/CreateFile/CreateFileCommandValidator.cs +++ b/Modules/Files/src/Files.Application/Files/Commands/CreateFile/CreateFileCommandValidator.cs @@ -26,7 +26,7 @@ public CreateFileCommandValidator() .DetailedNotEmpty(); RuleFor(m => m.OwnerSignature) - .NumberOfBytes(1, 512); + .NumberOfBytes(1, 512); RuleFor(r => r.EncryptedProperties) .NumberOfBytes(0, 1.Mebibytes());