Skip to content

Commit 15e445c

Browse files
Fix Schroedinger's Whitespace (File was not completely CRLF)
1 parent 2b49a45 commit 15e445c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Files/src/Files.Application/Files/Commands/CreateFile/CreateFileCommandValidator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ public CreateFileCommandValidator()
2626
.DetailedNotEmpty();
2727

2828
RuleFor(m => m.OwnerSignature)
29-
.NumberOfBytes(1, 512);
30-
29+
.NumberOfBytes(1, 512);
30+
3131
RuleFor(r => r.EncryptedProperties)
3232
.NumberOfBytes(0, 1.Mebibytes());
3333
}

0 commit comments

Comments
 (0)