fix: prettier file

Signed-off-by: John Redwood <john.r.k.redwood@gmail.com>
This commit is contained in:
John Redwood
2024-10-09 19:36:13 +11:00
parent fbd8ae46ed
commit f1ef8fb97c
@@ -365,7 +365,9 @@ function mapReferencesAttr(
/** Validates value exists and if required forced sensitivty value to lowercase */
function getCaseSensitivityValue(value: string, vendor: LdapVendor) {
return value && vendor.dnCaseSensitive ? value.toLocaleLowerCase('en-US') : value;
return value && vendor.dnCaseSensitive
? value.toLocaleLowerCase('en-US')
: value;
}
// Inserts a number of values in a key-values mapping