Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ba8128f

Browse files
committed
whitespace
1 parent 3c70870 commit ba8128f

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

src/ServiceLayer.Mesh/FileTypes/NbssAppointmentEvents/Validation/MaxLengthValidator.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
namespace ServiceLayer.Mesh.FileTypes.NbssAppointmentEvents.Validation;
44

5-
public class MaxLengthValidator(string fieldName, int maxLength, string errorCodeMissing, string errorCodeTooLong, bool allowEmpty = false)
5+
public class MaxLengthValidator(
6+
string fieldName,
7+
int maxLength,
8+
string errorCodeMissing,
9+
string errorCodeTooLong,
10+
bool allowEmpty = false)
611
: IRecordValidator
712
{
813
public IEnumerable<ValidationError> Validate(FileDataRecord fileDataRecord)

src/ServiceLayer.sln.DotSettings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2-
<s:Boolean x:Key="/Default/UserDictionary/Words/=nbssappt/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
2+
<s:Boolean x:Key="/Default/UserDictionary/Words/=nbssappt/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>

0 commit comments

Comments
 (0)