Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MH321Productions committed Jan 24, 2024
1 parent 6c044f6 commit f3fea13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit f3fea13

Please sign in to comment.